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

feat: Add state to aws_cloudwatch_event_rule #100

Merged

Conversation

magreenbaum
Copy link
Member

@magreenbaum magreenbaum commented Dec 3, 2023

Description

Adds state to aws_cloudwatch_event_rule and deprecates is_enabled.
Changed the default of is_enabled to null since it is default true by the provider already and allows for the use of state.

Motivation and Context

hashicorp/terraform-provider-aws#34510
Fixes #103

Breaking Changes

No. Left is_enabled in place so it's backwards compatible.

How Has This Been Tested?

  • I have updated at least one of the examples/* to demonstrate and validate my change(s)
  • I have tested and validated these changes using one or more of the provided examples/* projects
  • I have executed pre-commit run -a on my pull request

examples/complete/main.tf Outdated Show resolved Hide resolved
examples/complete/main.tf Outdated Show resolved Hide resolved
examples/with-api-destination/main.tf Outdated Show resolved Hide resolved
examples/with-ecs-scheduling/main.tf Outdated Show resolved Hide resolved
@antonbabenko antonbabenko merged commit 963753f into terraform-aws-modules:master Jan 12, 2024
17 checks passed
antonbabenko pushed a commit that referenced this pull request Jan 12, 2024
## [3.1.0](v3.0.1...v3.1.0) (2024-01-12)

### Features

* Add `state` to `aws_cloudwatch_event_rule` ([#100](#100)) ([963753f](963753f))
@antonbabenko
Copy link
Member

This PR is included in version 3.1.0 🎉

@doctornkz-intelas
Copy link

@antonbabenko thank you for your effort and Slava Ukraini!

@magreenbaum magreenbaum deleted the feat/event_rule_state branch January 13, 2024 00:34
Copy link

github-actions bot commented Mar 9, 2024

I'm going to lock this pull request 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 related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 9, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Warning message from aws_cloudwatch_event_rule - Use "state" instead
3 participants