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
id-token: write # This is required for Az CLI Login
contents: read # This is required for actions/checkout
jobs:
terraform-destroy-dev:
environment: Development
runs-on: ubuntu-latest
concurrency: # # This is required to prevent multiple GitHub Actions invocations against stateful resources. e.g. Terraform state file / Database / Deployed Apps