Skip to content

Commit 0364805

Browse files
Update tags on github runners
1 parent 0857742 commit 0364805

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

main.tf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
locals {
22
tags = merge(var.tags, {
33
"ghr:environment" = var.prefix
4+
"platfom" = "landing-zone"
5+
"solution" = "github"
6+
"component" = "runner"
7+
"terraform-stack" = "https://github.com/hove-io/terraform-aws-github-runner"
48
})
59

610
s3_action_runner_url = "s3://${module.runner_binaries.bucket.id}/${module.runner_binaries.runner_distribution_object_key}"

0 commit comments

Comments
 (0)