Skip to content

Commit 8b7cb1d

Browse files
authored
Update variables.tf
1 parent 8602bc1 commit 8b7cb1d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

variables.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ variable "ssh_public_key" {
1414
variable "rhcos_ami" {default = ""}
1515

1616
// VPC & Domain Naming
17+
// Ensure vpc_id and cluster_name are the same
1718
variable "vpc_id" { default = "sparta" }
1819
variable "cluster_name" { default = "sparta" }
1920
variable "cluster_domain" { default = "redhat.io" }

0 commit comments

Comments
 (0)