Skip to content

Commit bb36624

Browse files
authored
feat: AME-3598 deprecate stopped cluster attribute (#90)
1 parent 426a19b commit bb36624

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

acloud/resource_cluster.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ func resourceCluster() *schema.Resource {
148148
Optional: true,
149149
Default: false,
150150
Description: "Stops the Cluster if set to true. False by default",
151+
Deprecated: "The 'stopped' attribute is deprecated and will be removed in a future release. Stopping clusters is no longer supported.",
151152
},
152153
"cluster_state_wait_seconds": {
153154
Type: schema.TypeInt,

0 commit comments

Comments
 (0)