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 887f66b commit 9a3c9f0Copy full SHA for 9a3c9f0
gitlab/resource_gitlab_project_cluster.go
@@ -34,6 +34,7 @@ func resourceGitlabProjectCluster() *schema.Resource {
34
Type: schema.TypeBool,
35
Optional: true,
36
Default: true,
37
+ ForceNew: true,
38
},
39
"created_at": {
40
Type: schema.TypeString,
0 commit comments