Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Enable metadata validation for lb-http, service-accounts and google-vm #2678

Merged
merged 1 commit into from
Oct 31, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading