Skip to content

Commit

Permalink
Version guard schema change
Browse files Browse the repository at this point in the history
  • Loading branch information
uol-jlin authored Jan 9, 2025
1 parent 3e81ffa commit 7484b73
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1273,6 +1273,7 @@ func ResourceContainerCluster() *schema.Resource {
Required: true,
Description: `Whether or not the managed collection is enabled.`,
},
{{- if ne $.TargetVersionName "ga" }}
"auto_monitoring_config": {
Type: schema.TypeSet,
Optional: true,
Expand All @@ -1289,6 +1290,7 @@ func ResourceContainerCluster() *schema.Resource {
},
},
},
{{- end }}
},
},
},
Expand Down

0 comments on commit 7484b73

Please sign in to comment.