Skip to content

Commit 1fc8adc

Browse files
authored
Merge pull request #11 from terraform-google-modules/aaron-lane/remove-terraform-tfvars
Ignore terraform.tfvars
2 parents c6f8f2b + 0403606 commit 1fc8adc

File tree

3 files changed

+4
-10
lines changed

3 files changed

+4
-10
lines changed

.gitignore

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,8 @@ crash.log
4040
# Ignore any .tfvars files that are generated automatically for each Terraform run. Most
4141
# .tfvars files are managed as part of configuration and so should be included in
4242
# version control.
43-
#
44-
# example.tfvars
45-
test/fixtures/shared/terraform.tfvars
43+
44+
**/*/terraform.tfvars
4645

4746
credentials.json
4847

test/fixtures/automatic_labelling/terraform.tfvars

Lines changed: 0 additions & 5 deletions
This file was deleted.

test/integration.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ if [ -z "${SERVICE_ACCOUNT_JSON}" ]; then
2828
fi
2929

3030
export TF_VAR_project_id="${PROJECT_ID}"
31-
export TF_VAR_region="${REGION:-us-east4}"
32-
export TF_VAR_zone="${ZONE:-us-east4-a}"
31+
export TF_VAR_region="${REGION:-us-east1}"
32+
export TF_VAR_zone="${ZONE:-us-east1-b}"
3333

3434
DELETE_AT_EXIT="$(mktemp -d)"
3535
finish() {

0 commit comments

Comments
 (0)