-
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
r/ssm_parameter - tag on create + validations #17830
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.
Looks good to me, thank you, @DrFaust92 🚀
Output from acceptance testing in AWS Commercial:
--- PASS: TestAccAWSSSMParameter_disappears (35.77s)
--- PASS: TestAccAWSSSMParameter_fullPath (51.23s)
--- PASS: TestAccAWSSSMParameter_basic (51.86s)
--- PASS: TestAccAWSSSMParameter_secure (52.09s)
--- PASS: TestAccAWSSSMParameter_DataType_AwsEc2Image (58.46s)
--- PASS: TestAccAWSSSMParameter_secure_with_key (60.49s)
--- PASS: TestAccAWSSSMParameter_overwrite (77.69s)
--- PASS: TestAccAWSSSMParameter_changeNameForcesNew (82.64s)
--- PASS: TestAccAWSSSMParameter_updateDescription (82.84s)
--- PASS: TestAccAWSSSMParameter_updateType (83.08s)
--- PASS: TestAccAWSSSMParameter_secure_keyUpdate (85.13s)
--- PASS: TestAccAWSSSMParameter_Tier_IntelligentTieringToStandard (93.66s)
--- PASS: TestAccAWSSSMParameter_tags (94.47s)
--- PASS: TestAccAWSSSMParameter_Tier (96.68s)
--- PASS: TestAccAWSSSMParameter_Tier_IntelligentTieringToAdvanced (98.75s)
Output from acceptance testing in AWS GovCloud (US):
--- PASS: TestAccAWSSSMParameter_disappears (40.39s)
--- PASS: TestAccAWSSSMParameter_fullPath (59.78s)
--- PASS: TestAccAWSSSMParameter_secure (59.78s)
--- PASS: TestAccAWSSSMParameter_DataType_AwsEc2Image (59.81s)
--- PASS: TestAccAWSSSMParameter_secure_with_key (59.87s)
--- PASS: TestAccAWSSSMParameter_basic (59.88s)
--- PASS: TestAccAWSSSMParameter_changeNameForcesNew (77.00s)
--- PASS: TestAccAWSSSMParameter_updateDescription (83.65s)
--- PASS: TestAccAWSSSMParameter_overwrite (84.29s)
--- PASS: TestAccAWSSSMParameter_updateType (84.34s)
--- PASS: TestAccAWSSSMParameter_secure_keyUpdate (85.81s)
--- PASS: TestAccAWSSSMParameter_Tier_IntelligentTieringToStandard (97.59s)
--- PASS: TestAccAWSSSMParameter_tags (100.37s)
--- PASS: TestAccAWSSSMParameter_Tier (100.40s)
--- PASS: TestAccAWSSSMParameter_Tier_IntelligentTieringToAdvanced (103.42s)
This has been released in version 3.35.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! |
As per the docs, |
This broke a bunch of pipelines on our end. As @razorsedge mentions, description is allowed to be 0, not minimum 1 char. |
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 #17819
Output from acceptance testing: