Skip to content
This repository has been archived by the owner on Jan 16, 2025. It is now read-only.

Commit

Permalink
fix(runners): propagate var.runner_ec2_tags to EC2 volumes (#2985)
Browse files Browse the repository at this point in the history
Co-authored-by: Niek Palm <[email protected]>
  • Loading branch information
v-rosa and npalm authored Mar 1, 2023
1 parent 5eb27b0 commit a9b1fa8
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 a9b1fa8

Please sign in to comment.