great-sunset-355
11/14/2025, 1:23 PMaz cli present in the image?green-answer-22914
11/14/2025, 4:13 PMgreat-sunset-355
11/15/2025, 10:51 AMazuread provider https://www.pulumi.com/registry/packages/azuread/installation-configuration/
I had to set
export ARM_USE_OIDC=true
export ARM_CLIENT_ID=$AZURE_CLIENT_ID
export ARM_TENANT_ID=$AZURE_TENANT_ID
export ARM_OIDC_TOKEN=$(cat $AZURE_FEDERATED_TOKEN_FILE)
then I experienced another bug where the provider tried to query created resource immediately and due to eventual consistency or something was returned with 404.
Fun fact is that the resource was created, is just provider error.
I am going to have to follow this up with upstream terraform provider.great-sunset-355
11/15/2025, 12:06 PM