diff --git a/provider.tf b/provider.tf index a17f094..ddf62b2 100644 --- a/provider.tf +++ b/provider.tf @@ -8,7 +8,7 @@ terraform { } provider "google" { -# project = var.project + project = var.project region = var.region # credentials = var.file }