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
│ Error: DefaultAzureCredential: failed to acquire a token.
│ Attempted credentials:
│ EnvironmentCredential: missing environment variable AZURE_CLIENT_ID
│ WorkloadIdentityCredential: no client ID specified. Check pod configuration or set ClientID in the options
│ ManagedIdentityCredential: no default identity is assigned to this resource
│ AzureCLICredential: ERROR: Please run 'az login' to setup account.
│
│
│ with provider["registry.terraform.io/cyrilgdn/postgresql"],
│ on main.tf line 446, in provider "postgresql":
│ 446: provider "postgresql" {
Expected Behavior
Use the service connection's principal to access Azure RM.
Actual Behavior
Doesn't use the service connection's principal, and cannot communicate with Azure RM.
Steps to Reproduce
Run terraform using Azure DevOps Pipeline, using a service connection principal:
Terraform Version
Affected Resource(s)
provider
Terraform Configuration Files
Debug Output
Expected Behavior
Use the service connection's principal to access Azure RM.
Actual Behavior
Doesn't use the service connection's principal, and cannot communicate with Azure RM.
Steps to Reproduce
Run terraform using Azure DevOps Pipeline, using a service connection principal:
Important Factoids
References
The text was updated successfully, but these errors were encountered: