Skip to content

Commit b294685

Browse files
committed
Fixing newline issue in variable.tf
1 parent 378aef7 commit b294685

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

autogen/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,4 +314,4 @@ variable "basic_auth_password" {
314314
variable "issue_client_certificate" {
315315
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!"
316316
default = "false"
317-
}
317+
}

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,4 +252,4 @@ variable "basic_auth_password" {
252252
variable "issue_client_certificate" {
253253
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!"
254254
default = "false"
255-
}
255+
}

0 commit comments

Comments
 (0)