Skip to content

Commit b97b6fc

Browse files
committed
fix lint
1 parent 39ae957 commit b97b6fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bundle/direct/dresources/cluster.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ func (r *ResourceCluster) PrepareState(input *resources.Cluster) *compute.Cluste
2626

2727
func (r *ResourceCluster) RemapState(input *compute.ClusterDetails) *compute.ClusterSpec {
2828
spec := &compute.ClusterSpec{
29+
ApplyPolicyDefaultValues: false,
2930
Autoscale: input.Autoscale,
3031
AutoterminationMinutes: input.AutoterminationMinutes,
3132
AwsAttributes: input.AwsAttributes,

0 commit comments

Comments
 (0)