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

Commit a9b1fa8

Browse files
v-rosanpalm
andauthored
fix(runners): propagate var.runner_ec2_tags to EC2 volumes (#2985)
Co-authored-by: Niek Palm <[email protected]>
1 parent 5eb27b0 commit a9b1fa8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: modules/runners/main.tf

+1
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ resource "aws_launch_template" "runner" {
132132
{
133133
"Name" = format("%s", local.name_runner)
134134
},
135+
var.runner_ec2_tags
135136
)
136137
}
137138

0 commit comments

Comments
 (0)