You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: google/config.go
+1-1
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,7 @@ type Formatter struct {
66
66
// Borrowed logic from https://github.com/sirupsen/logrus/blob/master/json_formatter.go and https://github.com/t-tomalak/logrus-easy-formatter/blob/master/formatter.go
Description: `If set, and enable_certificates=true, the GKE Workload Identity Certificates controller and node agent will be deployed in the cluster.`,
1079
+
Elem: &schema.Resource{
1080
+
Schema: map[string]*schema.Schema{
1081
+
"enable_certificates": {
1082
+
Type: schema.TypeBool,
1083
+
Required: true,
1084
+
Description: `When enabled the GKE Workload Identity Certificates controller and node agent will be deployed in the cluster.`,
1085
+
},
1086
+
},
1087
+
},
1088
+
},
1089
+
1073
1090
"database_encryption": {
1074
1091
Type: schema.TypeList,
1075
1092
MaxItems: 1,
@@ -1438,6 +1455,10 @@ func resourceContainerClusterCreate(d *schema.ResourceData, meta interface{}) er
0 commit comments