-
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
Add support for Amazon SNS server-side encryption #6502
Conversation
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.
Let's get this in, thanks so much @ewbankkit 🚀
--- PASS: TestAccAWSSNSTopic_name (4.44s)
--- PASS: TestAccAWSSNSTopic_basic (4.48s)
--- PASS: TestAccAWSSNSTopic_withDeliveryPolicy (4.48s)
--- PASS: TestAccAWSSNSTopic_namePrefix (4.53s)
--- PASS: TestAccAWSSNSTopic_policy (4.61s)
--- PASS: TestAccAWSSNSTopic_importBasic (5.06s)
--- PASS: TestAccAWSSNSTopic_encryption (6.93s)
--- PASS: TestAccAWSSNSTopic_deliveryStatus (20.80s)
--- PASS: TestAccAWSSNSTopic_withIAMRole (22.52s)
--- PASS: TestAccAWSSNSTopic_withFakeIAMRole (63.18s)
@@ -64,6 +73,7 @@ The following arguments are supported: | |||
* `http_success_feedback_role_arn` - (Optional) The IAM role permitted to receive success feedback for this topic | |||
* `http_success_feedback_sample_rate` - (Optional) Percentage of success to sample | |||
* `http_failure_feedback_role_arn` - (Optional) IAM role for failure feedback | |||
* `kms_master_key_id` - (Optional) The ID of an AWS-managed customer master key (CMK) for Amazon SNS or a custom CMK. For more information, see [Key Terms](https://docs.aws.amazon.com/sns/latest/dg/sns-server-side-encryption.html#sse-key-terms) |
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.
Nit: We should probably note this as ID or ARN, as both are allowed.
This has been released in version 1.46.0 of the AWS provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. |
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! |
Fixes #6491.
Acceptance tests: