OIDC backend auth is like using your company badge to enter the building — no password to remember or rotate, identity is proven by the badge issuer.
The backend block configures Azure Blob Storage as the remote state backend. use_oidc=true uses Workload Identity Federation — no client secrets to manage.
$ terraform init Initializing the backend... Acquiring state lock. This may take a few moments... Backend configuration changed! Successfully configured the backend "azurerm" with OIDC! State will be stored at: https://tfstateaccount.blob.core.windows.net/tfstate/prod.terraform.tfstate
OIDC backend auth is like using your company badge to enter the building — no password to remember or rotate, identity is proven by the badge issuer.
The backend block configures Azure Blob Storage as the remote state backend. use_oidc=true uses Workload Identity Federation — no client secrets to manage.
$ terraform init Initializing the backend... Acquiring state lock. This may take a few moments... Backend configuration changed! Successfully configured the backend "azurerm" with OIDC! State will be stored at: https://tfstateaccount.blob.core.windows.net/tfstate/prod.terraform.tfstate
Sign in to cast your vote
Sign in to share your feedback and join the discussion.