We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0569d58 commit c125e46Copy full SHA for c125e46
modules/gcp/main.tf
@@ -4,7 +4,6 @@ locals {
4
5
resource "google_project_service" "enabled_service" {
6
for_each = toset(local.services)
7
- project = var.project_id
8
service = each.key
9
provisioner "local-exec" {
10
command = "sleep 60"
modules/gcp/variables.tf
@@ -1,8 +1,3 @@
1
-variable "project_id" {
2
- description = "The GCP project id"
3
- type = string
-}
-
variable "region" {
default = "us-central1"
description = "GCP region"
0 commit comments