Improper partition used when generating SNS Topic ARN #3926
Labels
impact/regression
Something that used to work, but is now broken
kind/bug
Some behavior is incorrect or out of spec
p1
A bug severe enough to be the next item assigned to an engineer
resolution/fixed
This issue was fixed
What happened?
In US Gov partitions, the provider generates the wrong ARN for the
GetTopicAttributes
call. This results in thepulumi_aws.sns.Topic()
resource from failing to create when the lookup happens.Example
When using a provider in the US Gov (or China I'm sure too) creation of the topic fails:
test_topic = aws.sns.Topic("test_tjf_1")
Output of
pulumi about
Additional context
This patch, which I presume patches the upstream TF provider, assumes it can use
aws
as the partition.pulumi-aws/patches/0052-non-idempotent-sns-topic-creation.patch
Lines 23 to 28 in ba65249
Contributing
Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).
The text was updated successfully, but these errors were encountered: