Skip to content

Commit

Permalink
Remove .root suffix in volume name
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiguangwang committed May 21, 2022
1 parent 51b76f8 commit ca873ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/nomad-cluster/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ resource "aws_launch_template" "launch_template" {
tags = merge(
data.aws_default_tags.this.tags,
{
Name = "${var.cluster_name}.root"
Name = var.cluster_name
},
var.tags
)
Expand Down

0 comments on commit ca873ad

Please sign in to comment.