Skip to content

Commit

Permalink
Allow AstroRuntimeVersion to be optional
Browse files Browse the repository at this point in the history
  • Loading branch information
OpenGLShaders committed Dec 30, 2023
1 parent 9cca2ad commit 24bf814
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 24bf814

Please sign in to comment.