v0.2.2 release contains a breaking change about is_enabled variable in spite of a patch version update. Since this change is undesirable considering the abstractness of the module, we made the following changes:
restore is_enabled (boolean) variable to specify whether the rule is enabled
If it is true/false, pass "ENABLED"/"DISABLED" for state of aws_cloudwatch_event_rule
remove state variable instead (BREAKING CHANGE for v0.2.2 users, but not so for users before one)
v0.2.2 release contains a breaking change about
is_enabled
variable in spite of a patch version update. Since this change is undesirable considering the abstractness of the module, we made the following changes:is_enabled
(boolean) variable to specify whether the rule is enabled"ENABLED"
/"DISABLED"
for state ofaws_cloudwatch_event_rule
state
variable instead (BREAKING CHANGE for v0.2.2 users, but not so for users before one)