Skip to content

Commit

Permalink
enable storage.googleapis.com in 4-projects base shared vpc project
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-cit committed Nov 6, 2024
1 parent 1c88d60 commit 7226225
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ module "base_shared_vpc_project" {

activate_apis = [
"iam.googleapis.com",
"cloudresourcemanager.googleapis.com"
"cloudresourcemanager.googleapis.com",
"storage.googleapis.com"
]

# Metadata
Expand All @@ -60,5 +61,3 @@ module "base_shared_vpc_project" {
secondary_contact = "[email protected]"
business_code = var.business_code
}


0 comments on commit 7226225

Please sign in to comment.