Skip to content

Commit

Permalink
Merge pull request #11 from terraform-google-modules/aaron-lane/remov…
Browse files Browse the repository at this point in the history
…e-terraform-tfvars

Ignore terraform.tfvars
  • Loading branch information
adrienthebo authored Feb 21, 2019
2 parents c6f8f2b + 0403606 commit 1fc8adc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 10 deletions.
5 changes: 2 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,8 @@ crash.log
# Ignore any .tfvars files that are generated automatically for each Terraform run. Most
# .tfvars files are managed as part of configuration and so should be included in
# version control.
#
# example.tfvars
test/fixtures/shared/terraform.tfvars

**/*/terraform.tfvars

credentials.json

Expand Down
5 changes: 0 additions & 5 deletions test/fixtures/automatic_labelling/terraform.tfvars

This file was deleted.

4 changes: 2 additions & 2 deletions test/integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ if [ -z "${SERVICE_ACCOUNT_JSON}" ]; then
fi

export TF_VAR_project_id="${PROJECT_ID}"
export TF_VAR_region="${REGION:-us-east4}"
export TF_VAR_zone="${ZONE:-us-east4-a}"
export TF_VAR_region="${REGION:-us-east1}"
export TF_VAR_zone="${ZONE:-us-east1-b}"

DELETE_AT_EXIT="$(mktemp -d)"
finish() {
Expand Down

0 comments on commit 1fc8adc

Please sign in to comment.