Skip to content

Commit

Permalink
platforms/aws: apply tags to internal route53 zone
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergiusz Urbaniak committed May 2, 2017
1 parent 9bdb83e commit 75fb49a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions platforms/aws/route53.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,9 @@ data "aws_route53_zone" "tectonic-ext" {
resource "aws_route53_zone" "tectonic-int" {
vpc_id = "${module.vpc.vpc_id}"
name = "${var.tectonic_base_domain}"

tags = "${merge(map(
"Name", "${var.tectonic_cluster_name}_tectonic_int_zone",
"KubernetesCluster", "${var.tectonic_cluster_name}"
), var.tectonic_aws_extra_tags)}"
}

0 comments on commit 75fb49a

Please sign in to comment.