Skip to content

Commit

Permalink
chore: Update terraform with enabled GCP apis (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
JorTurFer authored Aug 1, 2023
1 parent 43c4fe2 commit 2ca08b5
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,14 @@ module "gcp_apis" {
source = "./modules/gcp/apis"
apis_to_enable = [
"appengine.googleapis.com",
"cloudtasks.googleapis.com"
"cloudresourcemanager.googleapis.com",
"cloudtasks.googleapis.com",
"iam.googleapis.com",
"iamcredentials.googleapis.com",
"monitoring.googleapis.com",
"pubsub.googleapis.com",
"serviceusage.googleapis.com",
"sts.googleapis.com"
]
}

Expand Down

0 comments on commit 2ca08b5

Please sign in to comment.