Skip to content

Commit

Permalink
fix(runners): propagate var.runner_ec2_tags to EC2 volumes
Browse files Browse the repository at this point in the history
  • Loading branch information
v-rosa committed Feb 24, 2023
1 parent ef548d9 commit e0b4b47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/runners/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ resource "aws_launch_template" "runner" {
{
"Name" = format("%s", local.name_runner)
},
var.runner_ec2_tags
)
}

Expand Down

0 comments on commit e0b4b47

Please sign in to comment.