Skip to content

Commit

Permalink
Issue #152 GCP subnet share conditions not working correctly. - fixed…
Browse files Browse the repository at this point in the history
… subnet region to available
  • Loading branch information
akopachevskyy-globallogic committed May 9, 2019
1 parent b9b4c15 commit 3d7b365
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,6 @@ terraform.tfstate.d/
*.auto.tfvars
credentials.json
.vscode/
.idea
env/
test/fixtures/shared/terraform.tfvars
2 changes: 1 addition & 1 deletion test/fixtures/full/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ module "vpc" {
{
subnet_name = "${local.subnet_name_02}"
subnet_ip = "10.10.20.0/24"
subnet_region = "us-east2"
subnet_region = "us-east1"
},
]

Expand Down

0 comments on commit 3d7b365

Please sign in to comment.