Skip to content

Commit 9eaf7a8

Browse files
committed
remove route53 pieces
1 parent c410da3 commit 9eaf7a8

File tree

2 files changed

+0
-42
lines changed

2 files changed

+0
-42
lines changed

_variables.tf

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -94,23 +94,3 @@ variable "target_group_arns" {
9494
type = "list"
9595
description = "List of target groups for ASG to register"
9696
}
97-
98-
variable "hostname" {
99-
default = ""
100-
description = "Hostname to create DNS record for this app"
101-
}
102-
103-
variable "hostname_blue" {
104-
default = ""
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-
default = ""
115-
description = "Existing Hosted Zone domain to add hostnames as DNS records"
116-
}

route53-record.tf

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)