Skip to content

Commit

Permalink
Add resource tag to tf GHA workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilkka Poutanen committed Dec 15, 2023
1 parent ed4d978 commit 58218fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
ENVIRONMENT: {{ $env.NAME }}
TERRAFORM_VERSION: {{ "${{ vars.TERRAFORM_VERSION }}" }}
TERRAFORM_BACKEND_STORAGE_NAME: {{ template "storage_account_name_prefix" $ }}{{ $env.NAME }}
TERRAFORM_BACKEND_STORAGE_NAME: {{ template "storage_account_name_prefix" $ }}{{ template "resource_tag" $ }}{{ $env.NAME }}
RESOURCE_GROUP_NAME: {{ $env.RESOURCE_GROUP_NAME }}
secrets:
ARM_CLIENT_ID: {{ printf "${{ secrets.ARM_CLIENT_ID_%s }}" ($env.NAME | upper) }}
Expand Down

0 comments on commit 58218fd

Please sign in to comment.