chore(ops/infra/gcp): Update enabled GCP APIs
This commit is contained in:
parent
d9316cfbee
commit
a21be17719
1 changed files with 5 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
||||||
provider "google" {
|
provider "google" {
|
||||||
project = "tazjins-infrastructure"
|
project = "tazjins-infrastructure"
|
||||||
region = "europe-north1"
|
region = "europe-north1"
|
||||||
|
version = "~> 2.20"
|
||||||
}
|
}
|
||||||
|
|
||||||
# Configure a storage bucket in which to keep Terraform state and
|
# Configure a storage bucket in which to keep Terraform state and
|
||||||
|
@ -26,6 +27,7 @@ resource "google_project_services" "primary" {
|
||||||
"bigquery-json.googleapis.com",
|
"bigquery-json.googleapis.com",
|
||||||
"bigquerystorage.googleapis.com",
|
"bigquerystorage.googleapis.com",
|
||||||
"cloudapis.googleapis.com",
|
"cloudapis.googleapis.com",
|
||||||
|
"cloudbuild.googleapis.com",
|
||||||
"clouddebugger.googleapis.com",
|
"clouddebugger.googleapis.com",
|
||||||
"cloudfunctions.googleapis.com",
|
"cloudfunctions.googleapis.com",
|
||||||
"cloudkms.googleapis.com",
|
"cloudkms.googleapis.com",
|
||||||
|
@ -34,7 +36,9 @@ resource "google_project_services" "primary" {
|
||||||
"container.googleapis.com",
|
"container.googleapis.com",
|
||||||
"containerregistry.googleapis.com",
|
"containerregistry.googleapis.com",
|
||||||
"datastore.googleapis.com",
|
"datastore.googleapis.com",
|
||||||
|
"distance-matrix-backend.googleapis.com",
|
||||||
"dns.googleapis.com",
|
"dns.googleapis.com",
|
||||||
|
"gmail.googleapis.com",
|
||||||
"iam.googleapis.com",
|
"iam.googleapis.com",
|
||||||
"iamcredentials.googleapis.com",
|
"iamcredentials.googleapis.com",
|
||||||
"logging.googleapis.com",
|
"logging.googleapis.com",
|
||||||
|
@ -42,6 +46,7 @@ resource "google_project_services" "primary" {
|
||||||
"oslogin.googleapis.com",
|
"oslogin.googleapis.com",
|
||||||
"pubsub.googleapis.com",
|
"pubsub.googleapis.com",
|
||||||
"run.googleapis.com",
|
"run.googleapis.com",
|
||||||
|
"secretmanager.googleapis.com",
|
||||||
"servicemanagement.googleapis.com",
|
"servicemanagement.googleapis.com",
|
||||||
"serviceusage.googleapis.com",
|
"serviceusage.googleapis.com",
|
||||||
"sourcerepo.googleapis.com",
|
"sourcerepo.googleapis.com",
|
||||||
|
|
Loading…
Reference in a new issue