Skip to content

Commit 718b6a3

Browse files
committed
Fix format issues in autogen templates
1 parent a98e90b commit 718b6a3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

autogen/outputs.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,5 +110,5 @@ output "node_pools_versions" {
110110

111111
output "service_account" {
112112
description = "The service account to default running nodes as if not overridden in `node_pools`."
113-
value = "${local.service_account}"
113+
value = "${local.service_account}"
114114
}

autogen/variables.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -246,15 +246,15 @@ variable "master_ipv4_cidr_block" {
246246

247247
variable "basic_auth_username" {
248248
description = "The username to be used with Basic Authentication. An empty value will disable Basic Authentication, which is the recommended configuration."
249-
default = ""
249+
default = ""
250250
}
251251

252252
variable "basic_auth_password" {
253253
description = "The password to be used with Basic Authentication."
254-
default = ""
254+
default = ""
255255
}
256256

257257
variable "issue_client_certificate" {
258258
description = "Issues a client certificate to authenticate to the cluster endpoint. To maximize the security of your cluster, leave this option disabled. Client certificates don't automatically rotate and aren't easily revocable. WARNING: changing this after cluster creation is destructive!"
259-
default = "false"
259+
default = "false"
260260
}

0 commit comments

Comments
 (0)