Skip to content

Commit 8a549e3

Browse files
committed
REV: Revert "FIX: Add missing cloud resource manager API"
This reverts commit 63254e8.
1 parent 63254e8 commit 8a549e3

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

google_apis.tf

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
locals {
22
apis = toset(
33
[
4-
"artifactregistry.googleapis.com", # Artifact Registry is used to store docker images of the Twined services.
5-
"bigquery.googleapis.com", # BigQuery provides the event store for Twined service events (questions, results, log messages etc.).
6-
"cloudresourcemanager.googleapis.com", # Cloud Resource Manager is required to use Terraform.
7-
"iam.googleapis.com", # IAM provides fine-grained authentication and authorisation to use and access the Twined services and input/output data.
4+
"artifactregistry.googleapis.com", # Artifact Registry is used to store docker images of the Twined services.
5+
"bigquery.googleapis.com", # BigQuery provides the event store for Twined service events (questions, results, log messages etc.).
6+
"iam.googleapis.com", # IAM provides fine-grained authentication and authorisation to use and access the Twined services and input/output data.
87
]
98
)
109
}

0 commit comments

Comments
 (0)