Skip to content
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

resource/aws_cloudwatch_event_rule: Add state parameter and deprecate is_enabled parameter terraform-provider-aws v5.27.0 or later #20

Closed
ryosukes opened this issue Dec 6, 2023 · 2 comments · Fixed by #21

Comments

@ryosukes
Copy link
Contributor

ryosukes commented Dec 6, 2023

The following warning message is output at the time of plan/apply due to the change of parameters.

Warning: Argument is deprecated

  with module.cw_logs_aggregator_rule_address_mismatch.aws_cloudwatch_event_rule.this,
  on .terraform/modules/cw_logs_aggregator_rule_address_mismatch/cloudwatch-logs-aggregator/rule/main.tf line 8, in resource "aws_cloudwatch_event_rule" "this":
   8:   is_enabled          = var.is_enabled

Use "state" instead

(and 5 more similar warnings elsewhere)
@yseto
Copy link
Contributor

yseto commented Dec 8, 2023

@ryosukes
Thank you report this issue.
We fixed this issue on v0.2.2.

@ryosukes
Copy link
Contributor Author

@yseto Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants