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 426a19b commit bb36624Copy full SHA for bb36624
acloud/resource_cluster.go
@@ -148,6 +148,7 @@ func resourceCluster() *schema.Resource {
148
Optional: true,
149
Default: false,
150
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.",
152
},
153
"cluster_state_wait_seconds": {
154
Type: schema.TypeInt,
0 commit comments