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 23, 2024
1 parent f850d3f commit 340d69b
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 @@ -13,7 +13,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 340d69b

Please sign in to comment.