Update main.tf

remove storage component service
This commit is contained in:
Ludovico Magnocavallo 2022-01-12 11:42:14 +01:00 committed by GitHub
parent d3e3cdee11
commit e1d9245b52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 4 deletions

View File

@ -30,15 +30,14 @@ module "project-service" {
parent = var.root_node
billing_account = var.billing_account
services = [
"bigquery.googleapis.com",
"bigqueryreservation.googleapis.com",
"bigquerystorage.googleapis.com",
"cloudkms.googleapis.com",
"compute.googleapis.com",
"dataflow.googleapis.com",
"servicenetworking.googleapis.com",
"storage.googleapis.com",
"storage-component.googleapis.com",
"bigquery.googleapis.com",
"bigqueryreservation.googleapis.com",
"bigquerystorage.googleapis.com",
]
oslogin = true
}