Hi. I need some help with an error: `error: unable...
# aws
c
Hi. I need some help with an error:
error: unable to validate AWS credentials. Details: Assume Role: role ARN not set
. This code was working fine in 3.35.3. The error appeared when I tried to upgrade to 3.50.2. Any ideas?
I have two aws.Provider's. One without and one with an assume_role. All in python.
I am wondering if this commit https://github.com/pulumi/pulumi-aws/commit/60235e34797bc929e71d30c091e5dc4e2c98cdc1 changed the field names of the ProviderAssumeRole for Python, such as:
role_arn
to
roleArn
.
b
could you open an issue?
c