Skip to content

Commit

Permalink
Tag master machines for adoption by machine controller
Browse files Browse the repository at this point in the history
  • Loading branch information
csrwng committed Oct 17, 2018
1 parent 079fe51 commit 6c7a5f0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion data/data/aws/master/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,8 @@ resource "aws_instance" "master" {
tags = "${merge(map(
"Name", "${var.cluster_name}-master-${count.index}",
"kubernetes.io/cluster/${var.cluster_name}", "owned",
"tectonicClusterID", "${var.cluster_id}"
"tectonicClusterID", "${var.cluster_id}",
"clusterid", "${var.cluster_name}"
), var.extra_tags)}"

root_block_device {
Expand Down

0 comments on commit 6c7a5f0

Please sign in to comment.