1
0
mirror of synced 2025-12-19 18:05:44 -05:00

start modifying code

This commit is contained in:
Rob Morgan
2019-06-21 18:23:15 +02:00
parent 11a459bba1
commit 213f6e2e3a
10 changed files with 137 additions and 137 deletions

View File

@@ -8,8 +8,8 @@
provider "google-beta" {
version = "~> 2.7.0"
region = "${var.region}"
project = "${var.project}"
project = var.project
region = var.region
}
terraform {