-
Notifications
You must be signed in to change notification settings - Fork 9.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
resource/aws_sns_topic_subscription: Create subscriptions with attrib…
…utes instead of separate API calls (#10496) * Update resource_aws_sns_topic_subscription to create the subscription attributes simulatenously with the general subscription creation Previously the attributes were created _after_ the subscription was created. This left a few seconds in time where messages from the topic could make it through to the endpoint without adhering to things like the FilterPolicy and the RawMessageDelivery flag. * Simplify conditional Co-authored-by: Carlos-Zaragoza <Carlos.Zaragoza@coxautoinc.com>
- Loading branch information
1 parent
5d41d6a
commit 7cb55a8
Showing
1 changed file
with
30 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters