Skip to content

Commit

Permalink
Merge pull request #44 from affinipay/rm/null/fix_vars_file
Browse files Browse the repository at this point in the history
Change the .tfvars file name
  • Loading branch information
rmaynardap authored Jun 17, 2024
2 parents ceb22a7 + 0d6ce86 commit 6d65d37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tfworker/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
TF_STATE_CACHE_NAME = "worker_state_cache.json"
WORKER_LOCALS_FILENAME = "worker_generated_locals.tf"
WORKER_TF_FILENAME = "worker_generated_terraform.tf"
WORKER_TFVARS_FILENAME = "worker_generated.tfvars"
WORKER_TFVARS_FILENAME = "worker_generated.auto.tfvars"
RESERVED_FILES = [
WORKER_LOCALS_FILENAME,
WORKER_TF_FILENAME,
Expand Down

0 comments on commit 6d65d37

Please sign in to comment.