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.
1 parent c410da3 commit 9eaf7a8Copy full SHA for 9eaf7a8
_variables.tf
@@ -94,23 +94,3 @@ variable "target_group_arns" {
94
type = "list"
95
description = "List of target groups for ASG to register"
96
}
97
-
98
-variable "hostname" {
99
- default = ""
100
- description = "Hostname to create DNS record for this app"
101
-}
102
103
-variable "hostname_blue" {
104
105
- description = "Blue hostname for testing the app"
106
107
108
-variable "hostname_create" {
109
- description = "Create hostname in the hosted zone passed?"
110
- default = false
111
112
113
-variable "hosted_zone" {
114
115
- description = "Existing Hosted Zone domain to add hostnames as DNS records"
116
route53-record.tf
0 commit comments