Open robinmanuelthiel opened 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
export ARM_ACCESS_KEY=$(az storage account keys list --account-name <PROJECT_NAME>tfstate -o tsv --query "[0].value")
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