We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4c06c1 commit 693ab10Copy full SHA for 693ab10
internal/service/vpclattice/resource_gateway.go
@@ -78,6 +78,7 @@ func (r *resourceGatewayResource) Schema(ctx context.Context, request resource.S
78
},
79
PlanModifiers: []planmodifier.Int32{
80
int32planmodifier.RequiresReplace(),
81
+ int32planmodifier.UseStateForUnknown(),
82
83
84
names.AttrName: schema.StringAttribute{
0 commit comments