We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39ae957 commit b97b6fcCopy full SHA for b97b6fc
bundle/direct/dresources/cluster.go
@@ -26,6 +26,7 @@ func (r *ResourceCluster) PrepareState(input *resources.Cluster) *compute.Cluste
26
27
func (r *ResourceCluster) RemapState(input *compute.ClusterDetails) *compute.ClusterSpec {
28
spec := &compute.ClusterSpec{
29
+ ApplyPolicyDefaultValues: false,
30
Autoscale: input.Autoscale,
31
AutoterminationMinutes: input.AutoterminationMinutes,
32
AwsAttributes: input.AwsAttributes,
0 commit comments