-
Notifications
You must be signed in to change notification settings - Fork 9.2k
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
resource/aws_sns_topic_subscription: Add redrive_policy argument fixes #10931 #11770
resource/aws_sns_topic_subscription: Add redrive_policy argument fixes #10931 #11770
Conversation
Sorry, I've opened the PR from my phone, I will fill out the rest of the description when I have access to a better text editor. I need help writing the tests for this as I have never written Go before. 😊 |
2c01212
to
ca0c23a
Compare
a2bf15d
to
35551ee
Compare
Tests are complete now. |
35551ee
to
40647aa
Compare
40647aa
to
4db9590
Compare
Hi, is there anything I can do to speed it up? |
If you are part of the terraform team, please review the changes. If not, they recommend 👍 ing the PR and referenced issue. I'm sure the notification for my PR or the issue has bugged out for some reason. |
ping @bflad maybe ? |
ping @maryelizbeth maybe? |
I don't know who the active reviewers are, or how to ping them directly. It's also probably a bit of an overreach to go DMing them all over Twitter. I posted on the terraform gitter, but nobody has responded to me. |
Yeah, to be clear I'm not asking you to ping them, I'm pinging them to hopefully get them to have a look. |
Ah okay, thank you. |
4db9590
to
234e6a9
Compare
Hi @Ricool06 -- thanks again for your contributions to this resource enhancement. Overall looks great 👍 I've rebased and will be making the folllowing updates to get this merged and added into our next release:
|
3288874
to
4ac0362
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks again @Ricool06 🚀 !
Output of acceptance tests:
--- PASS: TestSuppressEquivalentSnsTopicSubscriptionDeliveryPolicy (0.00s)
--- PASS: TestObfuscateEndpointPassword (0.00s)
--- PASS: TestAccAWSSNSTopicSubscription_basic (23.05s)
--- PASS: TestAccAWSSNSTopicSubscription_rawMessageDelivery (45.12s)
--- PASS: TestAccAWSSNSTopicSubscription_autoConfirmingEndpoint (45.63s)
--- PASS: TestAccAWSSNSTopicSubscription_filterPolicy (45.71s)
--- PASS: TestAccAWSSNSTopicSubscription_deliveryPolicy (46.63s)
--- PASS: TestAccAWSSNSTopicSubscription_redrivePolicy (47.62s)
--- PASS: TestAccAWSSNSTopicSubscription_autoConfirmingSecuredEndpoint (76.27s)
Thanks for getting to this! Feeling lots of relief knowing this issue is coming close to resolution 😊 |
This has been released in version 3.28.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 for triage. Thanks! |
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 feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks! |
Community Note
Closes #10931
Release note for CHANGELOG:
Output from acceptance testing: