Skip to content

Commit

Permalink
Merge pull request #11 from GK-Consulting/sk/optional_runtime_version
Browse files Browse the repository at this point in the history
Allow AstroRuntimeVersion to be optional
  • Loading branch information
OpenGLShaders authored Jan 1, 2024
2 parents 9cca2ad + 24bf814 commit c089952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/provider/deployment_resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ func (r *DeploymentResource) Schema(ctx context.Context, req resource.SchemaRequ
Attributes: map[string]schema.Attribute{
"astro_runtime_version": schema.StringAttribute{
MarkdownDescription: "Deployment's Astro Runtime version.",
Required: true,
Optional: true,
PlanModifiers: []planmodifier.String{
stringplanmodifier.RequiresReplace(),
},
Expand Down

0 comments on commit c089952

Please sign in to comment.