Skip to content

Commit

Permalink
remove project_id
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Winkler authored and Scott Winkler committed Feb 6, 2021
1 parent 0569d58 commit c125e46
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion modules/gcp/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ locals {

resource "google_project_service" "enabled_service" {
for_each = toset(local.services)
project = var.project_id
service = each.key
provisioner "local-exec" {
command = "sleep 60"
Expand Down
5 changes: 0 additions & 5 deletions modules/gcp/variables.tf
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
variable "project_id" {
description = "The GCP project id"
type = string
}

variable "region" {
default = "us-central1"
description = "GCP region"
Expand Down

0 comments on commit c125e46

Please sign in to comment.