File tree Expand file tree Collapse file tree 3 files changed +4
-10
lines changed
fixtures/automatic_labelling Expand file tree Collapse file tree 3 files changed +4
-10
lines changed Original file line number Diff line number Diff 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
4746credentials.json
4847
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -28,8 +28,8 @@ if [ -z "${SERVICE_ACCOUNT_JSON}" ]; then
2828fi
2929
3030export 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
3434DELETE_AT_EXIT=" $( mktemp -d) "
3535finish () {
You can’t perform that action at this time.
0 commit comments