Skip to content

Commit

Permalink
chore: add Elo to terraform-google-vm (GoogleCloudPlatform#2658)
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurlapertosa authored Oct 16, 2024
1 parent e35bc84 commit 341ee67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/terraform/test-org/org/locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@ locals {
name = "terraform-google-vm"
org = "terraform-google-modules"
description = "Provisions VMs in Google Cloud"
owners = local.adc_common_admins
owners = concat(["erlanderlo"], local.adc_common_admins)
topics = local.common_topics.compute
},
{
Expand Down

0 comments on commit 341ee67

Please sign in to comment.