Skip to content

Commit 9a3c9f0

Browse files
enabled should be set to ForceNew,
until this issue is resolved https://gitlab.com/gitlab-org/gitlab-ce/issues/57300
1 parent 887f66b commit 9a3c9f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gitlab/resource_gitlab_project_cluster.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ func resourceGitlabProjectCluster() *schema.Resource {
3434
Type: schema.TypeBool,
3535
Optional: true,
3636
Default: true,
37+
ForceNew: true,
3738
},
3839
"created_at": {
3940
Type: schema.TypeString,

0 commit comments

Comments
 (0)