Skip to content

Commit c125e46

Browse files
Scott WinklerScott Winkler
authored andcommitted
remove project_id
1 parent 0569d58 commit c125e46

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

modules/gcp/main.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ locals {
44

55
resource "google_project_service" "enabled_service" {
66
for_each = toset(local.services)
7-
project = var.project_id
87
service = each.key
98
provisioner "local-exec" {
109
command = "sleep 60"

modules/gcp/variables.tf

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
variable "project_id" {
2-
description = "The GCP project id"
3-
type = string
4-
}
5-
61
variable "region" {
72
default = "us-central1"
83
description = "GCP region"

0 commit comments

Comments
 (0)