Skip to content

Commit 91dbabf

Browse files
author
sfang97
committed
Add forcenew back to auth type
1 parent 80ed46d commit 91dbabf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitlab/resource_gitlab_instance_cluster.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ func resourceGitlabInstanceCluster() *schema.Resource {
8080
"kubernetes_authorization_type": {
8181
Type: schema.TypeString,
8282
Optional: true,
83-
83+
ForceNew: true,
8484
Default: "rbac",
8585
ValidateFunc: validation.StringInSlice([]string{"rbac", "abac", "unknown_authorization"}, false),
8686
},

0 commit comments

Comments
 (0)