Skip to content

Commit

Permalink
terraform apply
Browse files Browse the repository at this point in the history
  • Loading branch information
kolosovpetro committed Aug 31, 2023
1 parent c253af4 commit e35c9d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/terraform-apply.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ jobs:
$key = $( az storage account keys list --resource-group ${{ env.rgName }} --account-name ${{ env.storageAccount }} --query [0].value -o tsv )
$sas = $( az storage container generate-sas --name ${{ env.container }} --expiry $Date --permissions "racwdli" --account-name ${{ env.storageAccount }} --account-key "$key" )
$sas = $sas.Replace("`"","")
echo $sas
echo "sas_token=$sas" >> $GITHUB_OUTPUT
env:
rgName: 'rg-tf-state102-uat02'
Expand Down

0 comments on commit e35c9d1

Please sign in to comment.