Skip to content

Commit

Permalink
Made domain name required.
Browse files Browse the repository at this point in the history
  • Loading branch information
zawac002 committed Sep 12, 2023
1 parent 79a51c4 commit 9dfec9f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ variable "cluster_name" {

variable "cluster_domain" {
description = "The domain name used to reference ingresses for the cluster"
default = ""
}

variable "namespace" {
Expand Down

0 comments on commit 9dfec9f

Please sign in to comment.