We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
variables.tf
1 parent 279c8f3 commit 0145d2dCopy full SHA for 0145d2d
examples/complete-alb/variables.tf
@@ -1,6 +1,5 @@
1
variable "domain_name" {
2
description = "The domain name for which the certificate should be issued"
3
type = string
4
- # default = "terraform-aws-modules.modules.tf"
5
- default = "sharedservices.clowd.haus"
+ default = "terraform-aws-modules.modules.tf"
6
}
examples/complete-nlb/variables.tf
0 commit comments