Skip to content

Commit

Permalink
data/aws/route53/variables: Drop unused extra_tags
Browse files Browse the repository at this point in the history
The last consumer of these variables was removed by 4360905
(modulus,steps: enable existing vpc, 2018-05-16,
coreos/tectonic-installer#3231).  Now the route53 module only creates
aws_route53_record resources, and they don't support tags [1].

[1]: https://www.terraform.io/docs/providers/aws/r/route53_record.html
  • Loading branch information
wking committed Jan 10, 2019
1 parent a822ca6 commit 4f954f3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion data/data/aws/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ module "dns" {
cluster_name = "${var.cluster_name}"
master_count = "${var.master_count}"
private_zone_id = "${local.private_zone_id}"
extra_tags = "${var.aws_extra_tags}"
}

module "vpc" {
Expand Down
5 changes: 0 additions & 5 deletions data/data/aws/route53/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,6 @@ variable "worker_ip_addresses" {
default = []
}

variable "extra_tags" {
type = "map"
description = "Extra tags to be applied to created resources."
}

// AWS specific internal zone variables

variable "private_zone_id" {
Expand Down

0 comments on commit 4f954f3

Please sign in to comment.