Closed YannisThalgott closed 9 months ago
Make sure to update the module version. This issue was fixed in #100.
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 have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Description
During a terraform application, I receive a warning, an argument is deprecated on the latest version 3.2.0. The deprecated element is in the "aws_cloudwatch_event_rule" resource, specifically "is_enabled".
⚠️ Modification to be made
According to the documentation, replace :
is_enabled = lookup(each.value, "enabled", true)
with :state = ENABLED
Versions
terraform apply
Screenshot(s) of terminal output