Skip to content

Commit 7226225

Browse files
committed
enable storage.googleapis.com in 4-projects base shared vpc project
1 parent 1c88d60 commit 7226225

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

4-projects/modules/base_env/example_base_shared_vpc_project.tf

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ module "base_shared_vpc_project" {
4949

5050
activate_apis = [
5151
"iam.googleapis.com",
52-
"cloudresourcemanager.googleapis.com"
52+
"cloudresourcemanager.googleapis.com",
53+
"storage.googleapis.com"
5354
]
5455

5556
# Metadata
@@ -60,5 +61,3 @@ module "base_shared_vpc_project" {
6061
secondary_contact = "[email protected]"
6162
business_code = var.business_code
6263
}
63-
64-

0 commit comments

Comments
 (0)