Skip to content

Commit 6f48b92

Browse files
Jordan-Williams2Jordan-Williams2
authored andcommitted
fix: update code
1 parent 5a905b5 commit 6f48b92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/basic/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ variable "install_odf_cluster_addon" {
4040
variable "existing_cluster_name" {
4141
description = "Existing cluster name"
4242
type = string
43-
default = "ocp-cp4d-v2"
43+
default = null
4444
validation {
4545
condition = can(regex("^[a-z][a-z0-9-]{0,12}[a-z0-9]$", var.existing_cluster_name))
4646
error_message = "Existing cluster name must begin with a letter and contain only lowercase letters, numbers, and - characters. Existing cluster names must end with a lowercase letter or number and be 13 or fewer characters."

0 commit comments

Comments
 (0)