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

fix: Made input_paths in input_transformer optional #116

Merged
merged 1 commit into from
Apr 5, 2024

Conversation

rutgoff
Copy link
Contributor

@rutgoff rutgoff commented Mar 28, 2024

Per AWS provider documentation,input_paths is not required.

Fixes #117

Description

Per the AWS Provider documentation on aws_cloudwatch_event_target, input_paths is optional.

Motivation and Context

Scenario:
You have a rule of type "Scehduled Standard" and a target of a Batch job queue. You wish to use an input_transformer of type "Constant" and supply some static JSON for input_template. This means you will not have any need for input_paths. Currently the module requires input_paths to be set.

Breaking Changes

Not that I am aware

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 use this module at my place of employment and have tested this change with our implementation of this module and confirmed the change requested here does not break usage of the module.
  • I have executed pre-commit run -a on my pull request

Per AWS provider documentation, input_paths is not required.
@rutgoff rutgoff changed the title fix: input_paths is not required Fix: input_paths is not required Mar 28, 2024
@rutgoff rutgoff changed the title Fix: input_paths is not required fix: Input_paths is not required Mar 28, 2024
@rutgoff
Copy link
Contributor Author

rutgoff commented Mar 28, 2024

Associated issue: #117

@antonbabenko antonbabenko changed the title fix: Input_paths is not required fix: Made input_paths in input_transformer optional Apr 5, 2024
@antonbabenko antonbabenko merged commit 1ce4aca into terraform-aws-modules:master Apr 5, 2024
17 of 21 checks passed
@antonbabenko
Copy link
Member

Thank you @rutgoff !

antonbabenko pushed a commit that referenced this pull request Apr 5, 2024
## [3.2.4](v3.2.3...v3.2.4) (2024-04-05)

### Bug Fixes

* Made input_paths in input_transformer optional ([#116](#116)) ([1ce4aca](1ce4aca))
@antonbabenko
Copy link
Member

This PR is included in version 3.2.4 🎉

Copy link

github-actions bot commented May 6, 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 May 6, 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.

input_paths is required but should be optional
2 participants