Skip to content

Commit

Permalink
chore: Enable metadata validation for lb-http, service-accounts and g…
Browse files Browse the repository at this point in the history
…oogle-vm (#2678)
  • Loading branch information
q2w authored Oct 31, 2024
1 parent c5d0c48 commit 1fe43c7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions infra/terraform/test-org/org/locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -412,6 +412,9 @@ locals {
description = "Creates a global HTTP load balancer for Compute Engine by using forwarding rules"
topics = local.common_topics.net
owners = concat(["imrannayer"], local.adc_common_admins)
lint_env = {
ENABLE_BPMETADATA = "1"
}
},
{
name = "terraform-google-lb-internal"
Expand Down Expand Up @@ -488,6 +491,9 @@ locals {
description = "Creates one or more service accounts and grants them basic roles"
owners = local.adc_common_admins
topics = local.common_topics.security
lint_env = {
ENABLE_BPMETADATA = "1"
}
},
{
name = "terraform-google-slo"
Expand Down Expand Up @@ -529,6 +535,9 @@ locals {
description = "Provisions VMs in Google Cloud"
owners = concat(["erlanderlo"], local.adc_common_admins)
topics = local.common_topics.compute
lint_env = {
ENABLE_BPMETADATA = "1"
}
},
{
name = "terraform-google-vpc-service-controls"
Expand Down

0 comments on commit 1fe43c7

Please sign in to comment.