Skip to content

Commit

Permalink
domain to vpc_domain_name
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Jul 30, 2024
1 parent c9d2fa5 commit 2b8453c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ variable "subnets_name" {
default = "*-container-*"
}

variable "domain" {
description = "The DNS domain name of the cluster."
variable "vpc_domain_name" {
description = "The DNS domain name of the vpc the cluster is in."
type = string
}

Expand Down

0 comments on commit 2b8453c

Please sign in to comment.