wemogy / generator

A yeoman code generator for common wemogy templates
2 stars 3 forks source link

GitHub Actions for Terraform shuld get ARM_ACCESS_TOKEN automatically #99

Open robinmanuelthiel opened 2 years ago

robinmanuelthiel commented 2 years ago

There is no need to provide an ARM_ACCESS_TOKEN to our Terraform Action. As it already has SP credentials, it can call export ARM_ACCESS_KEY=$(az storage account keys list --account-name <PROJECT_NAME>tfstate -o tsv --query "[0].value") internally