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: Make aws_alb_listener default_action block configurable #12

Merged
merged 2 commits into from
Jun 7, 2024

Conversation

jbonnier
Copy link
Collaborator

@jbonnier jbonnier commented Jun 5, 2024

BREAKING CHANGE: The alb_listeners now requires a default_action.type whenever you are not using alb_listeners' default value.

GitHub Issue: # n/a

Proposed Changes

  • Bug fix
  • Feature
  • Code style update (formatting)
  • Refactoring (no functional changes, no api changes)
  • Build or CI related changes
  • Documentation content changes
  • Other, please describe:

What is the current behavior?

The alb_listeners' default_action is always a forward.

What is the new behavior?

The alb_listeners' default_action is now configurable.

Checklist

Please check that your PR fulfills the following requirements:

  • Documentation has been added/updated.
  • Automated tests for the changes have been added/updated.
  • Commits have been squashed (if applicable).
  • Updated BREAKING_CHANGES.md (if you introduced a breaking change).

To use the previous default behavior, use a default_action.type of forward.

Other information

n/a

BREAKING CHANGE: The `alb_listeners` now requires a `default_action.type` whenever you are not using `alb_listeners`' default value. To use the previous default behavior, use a `default_action.type` of `forward`.
@jbonnier jbonnier force-pushed the feat/make-alb-listners-default-action-configurable branch from 4c7184c to b3ee4ca Compare June 5, 2024 21:11
@jbonnier jbonnier requested a review from alextrepa June 5, 2024 21:11
@jbonnier jbonnier merged commit a2c71ee into main Jun 7, 2024
1 check passed
@jbonnier jbonnier deleted the feat/make-alb-listners-default-action-configurable branch September 5, 2024 12:59
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 this pull request may close these issues.

2 participants