Closed drzewiec closed 22 minutes ago
Voting for Prioritization
Volunteering to Work on This Issue
Hi @drzewiec, thanks for reporting! Let me have a look into this.
[!WARNING] This issue has been closed, meaning that any additional comments are hard for our team to see. Please assume that the maintainers will not see them.
Ongoing conversations amongst community members are welcome, however, the issue will be locked after 30 days. Moving conversations to another venue, such as the AWS Provider forum, is recommended. If you have additional concerns, please open a new issue, referencing this one where needed.
Terraform Core Version
1.9.8
AWS Provider Version
5.73.0
Affected Resource(s)
aws_ssm_patch_baseline
Expected Behavior
When setting
approve_after_days
in theapproval_rule
block, it should accept all values AWS does (0-360 per https://docs.aws.amazon.com/systems-manager/latest/APIReference/API_PatchRule.html).Actual Behavior
Values over 100 are rejected. I set this value to 180, but got an error.
Relevant Error/Panic Output Snippet
Terraform Configuration Files
Steps to Reproduce
Add a patch baseline (such as in the config file above) to a terraform module, run
terraform apply
.Debug Output
No response
Panic Output
No response
Important Factoids
No response
References
No response
Would you like to implement a fix?
No