We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9711f70 commit 307c892Copy full SHA for 307c892
main.tf
@@ -2,7 +2,7 @@ locals {
2
tags = merge(var.tags, {
3
"ghr:environment" = var.prefix
4
"platfom" = "landing-zone"
5
- "solution" = "hove"
+ "solution" = "infra"
6
"component" = "github-runner"
7
"terraform-stack" = "https://github.com/hove-io/terraform-aws-github-runner"
8
})
0 commit comments