kind-motherboard-59197
02/25/2025, 11:13 AMazureIdentityAuth
properties available in the Postgres provider as the scope used to get an access token is meant for flexible servers, not the cluster resource that we're using. The easiest solution is to simply run a pulumi up
followed by a pulumi destroy
right after, but that's such a hacky solution. Ideally this is something that could be solved in the postgres terraform provider, but has anyone faced similar challenges before?