Skip to content

Commit 1026fd6

Browse files
author
sfang97
committed
run make fmt
1 parent 91dbabf commit 1026fd6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

gitlab/resource_gitlab_instance_cluster.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,9 @@ func resourceGitlabInstanceCluster() *schema.Resource {
7878
Optional: true,
7979
},
8080
"kubernetes_authorization_type": {
81-
Type: schema.TypeString,
82-
Optional: true,
83-
ForceNew: true,
81+
Type: schema.TypeString,
82+
Optional: true,
83+
ForceNew: true,
8484
Default: "rbac",
8585
ValidateFunc: validation.StringInSlice([]string{"rbac", "abac", "unknown_authorization"}, false),
8686
},

0 commit comments

Comments
 (0)