Skip to content

Commit c170269

Browse files
authored
Quick-fix - wrong variable name
1 parent 2733cef commit c170269

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

operations/_scripts/generate/generate_tf_vars.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ region = \"${AWS_DEFAULT_REGION}\"
8484
# Route53
8585
route53_zone_id = \"${ROUTE53_ZONE_ID}\"
8686
87-
aws_additional_tags = ${AWS_ADDITIONAL_TAGS}
87+
aws_extra_tags = ${AWS_EXTRA_TAGS}
8888
8989
9090
" > "${GITHUB_ACTION_PATH}/operations/deployment/terraform/terraform.tfvars"

0 commit comments

Comments
 (0)