Skip to content

Commit

Permalink
bug(resource_template): mark subject to be optional
Browse files Browse the repository at this point in the history
  • Loading branch information
EldoranDev committed Apr 5, 2023
1 parent 749e3b2 commit 9f11ad2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/provider/resource_template.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ func (r *templateResource) Schema(_ context.Context, _ resource.SchemaRequest, r
Description: "Language",
},
"subject": schema.StringAttribute{
Required: true,
Optional: true,
Description: "Subject of the Template",
},
"content": schema.StringAttribute{
Expand Down

0 comments on commit 9f11ad2

Please sign in to comment.