Skip to content

Commit cc2eb3f

Browse files
committed
Update enabled APIs list
1 parent 1fad652 commit cc2eb3f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

test/setup/main.tf

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,12 @@ module "project" {
2525
billing_account = var.billing_account
2626

2727
activate_apis = [
28+
"cloudresourcemanager.googleapis.com",
29+
"storage-api.googleapis.com",
30+
"serviceusage.googleapis.com",
2831
"cloudfunctions.googleapis.com",
2932
"cloudscheduler.googleapis.com",
30-
"storage-api.googleapis.com",
33+
"storage-component.googleapis.com",
3134
"pubsub.googleapis.com",
3235
"appengine.googleapis.com"
3336
]

0 commit comments

Comments
 (0)