Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SNS State Refreshes and Subscriptions Fail in us-iso-b due to Tagging Not Existing #21209

Closed
countessellis opened this issue Oct 8, 2021 · 4 comments · Fixed by #22511
Closed
Assignees
Labels
partition/aws-iso-b Pertains to the aws-iso-b partition. service/sns Issues and PRs that pertain to the sns service.
Milestone

Comments

@countessellis
Copy link

countessellis commented Oct 8, 2021

Relates #18593

Because tagging doesn't currently exist for SNS in us-iso-b, and because when trying to refresh the state or do other operations against an SNS topic after creation tries pulling the tags, the operation fails. The AWS platform returns a 400 with the following when trying to update the resource:

InvalidAction: Unsupported Action

And a 403 with the following when trying to list tags:

AuthorizationError: You are not authorized to perform tagging operations

As a result, further resources cannot be created as the provider gives no method to skip updating or listing tags, even when there are no tags specified in the terraform code.

@github-actions github-actions bot added the needs-triage Waiting for first response or review from a maintainer. label Oct 8, 2021
@justinretzolk
Copy link
Member

Hey @countessellis 👋 Thank you for taking the time to file this issue. So that we have all of the information necessary to investigate this, can you update the issue description with the additional information found in the issue template?

@justinretzolk justinretzolk added partition/aws-iso-b Pertains to the aws-iso-b partition. service/sns Issues and PRs that pertain to the sns service. waiting-response Maintainers are waiting on response from community or contributor. and removed needs-triage Waiting for first response or review from a maintainer. labels Oct 8, 2021
@YakDriver YakDriver self-assigned this Jan 10, 2022
@YakDriver YakDriver removed the waiting-response Maintainers are waiting on response from community or contributor. label Jan 10, 2022
@YakDriver
Copy link
Member

@countessellis Thank you for bring this to our attention!

Since this is difficult for a us to test, when the fix in #22511 is merged, we would appreciate your help verifying that this issue is resolved. (@lorengordon)

@github-actions github-actions bot added this to the v3.72.0 milestone Jan 12, 2022
@github-actions
Copy link

This functionality has been released in v3.72.0 of the Terraform AWS Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading.

For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you!

@github-actions
Copy link

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 19, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
partition/aws-iso-b Pertains to the aws-iso-b partition. service/sns Issues and PRs that pertain to the sns service.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants