You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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")
internallyThe text was updated successfully, but these errors were encountered: