Skip to content

Commit

Permalink
Merge pull request #38 from utilitywarehouse/snapshot-manager-tag
Browse files Browse the repository at this point in the history
remove SnapshotManager related tags from etcd volumes
  • Loading branch information
ribbybibby authored Jun 17, 2019
2 parents 6092666 + 935b7f7 commit 1aa77f6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions etcd.tf
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,6 @@ resource "aws_ebs_volume" "etcd-data" {
"Name", "etcd ${var.cluster_name} data vol ${count.index}",
"terraform.io/component", "${var.cluster_name}/etcd/${count.index}",
"kubernetes.io/cluster/${var.cluster_name}", "owned",
"SnapshotManager", "true",
"SnapshotRetentionDays", "3",
)}"
}

Expand Down

0 comments on commit 1aa77f6

Please sign in to comment.