Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lentidas committed Feb 20, 2024
1 parent d919f18 commit a5a4896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ variable "base_domain" {
}

variable "subdomain" {
description = "Sub domain of the cluster. Value used for the ingress' URL of the application."
description = "Subdomain of the cluster. Value used for the ingress' URL of the application."
type = string
default = "apps"
}
Expand Down

0 comments on commit a5a4896

Please sign in to comment.