-
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/resource_aws_ssm_patch_baseline - add support for ApproveUntilDate attribute #13850
Conversation
1b9c54d
to
f114c00
Compare
f114c00
to
c097749
Compare
c097749
to
b59f043
Compare
much needed. |
need of the hour |
very needed please! |
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 for submitting this, @drexler. After rebasing this, it is looking pretty good, just changing the error handling back as mentioned below. 👍
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 so much, @drexler 🚀
Output from acceptance testing in AWS Commercial:
--- PASS: TestAccAWSSSMPatchBaseline_disappears (14.78s)
--- PASS: TestAccAWSSSMPatchBaseline_ApprovedPatchesNonSec (20.17s)
--- PASS: TestAccAWSSSMPatchBaseline_RejectPatchesAction (20.74s)
--- PASS: TestAccAWSSSMPatchBaseline_Sources (30.82s)
--- PASS: TestAccAWSSSMPatchBaseline_basic (31.96s)
--- PASS: TestAccAWSSSMPatchBaseline_ApproveUntilDateParam (32.05s)
--- PASS: TestAccAWSSSMPatchBaseline_OperatingSystem (32.27s)
--- PASS: TestAccAWSSSMPatchBaseline_tags (40.47s)
Output from acceptance testing in AWS GovCloud (US):
--- PASS: TestAccAWSSSMPatchBaseline_disappears (18.20s)
--- PASS: TestAccAWSSSMPatchBaseline_RejectPatchesAction (25.20s)
--- PASS: TestAccAWSSSMPatchBaseline_ApprovedPatchesNonSec (25.66s)
--- PASS: TestAccAWSSSMPatchBaseline_basic (38.23s)
--- PASS: TestAccAWSSSMPatchBaseline_Sources (38.59s)
--- PASS: TestAccAWSSSMPatchBaseline_ApproveUntilDateParam (38.79s)
--- PASS: TestAccAWSSSMPatchBaseline_OperatingSystem (39.24s)
--- PASS: TestAccAWSSSMPatchBaseline_tags (50.26s)
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 #13816
Release note for CHANGELOG:
Output from acceptance testing: