Skip to content

Commit

Permalink
Remove redundant environment variable assignment in generate_hcl_file…
Browse files Browse the repository at this point in the history
…s.yml
  • Loading branch information
Your Name committed Jun 26, 2025
1 parent 351d010 commit 379bb22
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ansible/generate_hcl_files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@
account_name: "{{ config.account.account_name | default('') }}"
aws_account_id: "{{ config.account.aws_account_id | default('') }}"
aws_profile: "{{ config.account.aws_profile | default('') }}"
environment: "{{ env_name }}"
environment_abbr: "{{ config.account.environment_abbr | default('') }}"

# Region template variables
Expand Down

0 comments on commit 379bb22

Please sign in to comment.