-
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
B aws ssm parameter arn #16618
B aws ssm parameter arn #16618
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.
Welcome @kuroseets 👋
It looks like this is your first Pull Request submission to the Terraform AWS Provider! If you haven’t already done so please make sure you have checked out our CONTRIBUTING guide and FAQ to make sure your contribution is adhering to best practice and has all the necessary elements in place for a successful approval.
Also take a look at our FAQ which details how we prioritize Pull Requests for inclusion.
Thanks again, and welcome to the community! 😃
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.
Thank you so much for this fix, @kuroseets 🚀
Output from acceptance testing in AWS Commercial:
--- PASS: TestAccAWSSSMParameter_disappears (13.57s)
--- PASS: TestAccAWSSSMParameter_fullPath (20.63s)
--- PASS: TestAccAWSSSMParameter_secure (20.69s)
--- PASS: TestAccAWSSSMParameter_basic (20.79s)
--- PASS: TestAccAWSSSMParameter_secure_with_key (25.14s)
--- PASS: TestAccAWSSSMParameter_DataType_AwsEc2Image (27.44s)
--- PASS: TestAccAWSSSMParameter_updateType (30.41s)
--- PASS: TestAccAWSSSMParameter_overwrite (30.63s)
--- PASS: TestAccAWSSSMParameter_changeNameForcesNew (32.01s)
--- PASS: TestAccAWSSSMParameter_updateDescription (32.38s)
--- PASS: TestAccAWSSSMParameter_secure_keyUpdate (37.80s)
--- PASS: TestAccAWSSSMParameter_Tier (42.21s)
--- PASS: TestAccAWSSSMParameter_tags (43.21s)
--- PASS: TestAccAWSSsmParameterDataSource_fullPath (13.55s)
--- PASS: TestAccAWSSsmParameterDataSource_basic (23.59s)
Output from acceptance testing in AWS GovCloud (US):
--- PASS: TestAccAWSSSMParameter_disappears (18.05s)
--- PASS: TestAccAWSSSMParameter_basic (22.14s)
--- PASS: TestAccAWSSSMParameter_fullPath (24.04s)
--- PASS: TestAccAWSSSMParameter_secure (25.08s)
--- PASS: TestAccAWSSSMParameter_secure_with_key (29.76s)
--- PASS: TestAccAWSSSMParameter_DataType_AwsEc2Image (31.17s)
--- PASS: TestAccAWSSSMParameter_updateType (38.74s)
--- PASS: TestAccAWSSSMParameter_updateDescription (39.26s)
--- PASS: TestAccAWSSSMParameter_overwrite (39.32s)
--- PASS: TestAccAWSSSMParameter_changeNameForcesNew (40.95s)
--- PASS: TestAccAWSSSMParameter_secure_keyUpdate (46.73s)
--- PASS: TestAccAWSSSMParameter_tags (54.20s)
--- PASS: TestAccAWSSSMParameter_Tier (55.50s)
--- PASS: TestAccAWSSsmParameterDataSource_fullPath (19.00s)
--- PASS: TestAccAWSSsmParameterDataSource_basic (32.81s)
…ider index page skip_request_account_id list
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
Relates OR Closes #16483
Release note for CHANGELOG:
Output from acceptance testing: