-
-
Notifications
You must be signed in to change notification settings - Fork 1
chore(deps): update terraform cloudposse/nlb/aws to v0.18.1 #3
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
Conversation
/terratest |
Heads up! This pull request looks stale. It will be closed soon, if there are no new commits. ⏳ |
Merge ProtectionsYour pull request matches the following merge protections and will not be merged until they are valid. 🟠 Require terratestWaiting checks:
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Join our Discord community for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Heads up! This pull request looks stale. It will be closed soon, if there are no new commits. ⏳ |
Heads up! This pull request looks stale. It will be closed soon, if there are no new commits. ⏳ |
Heads up! This pull request looks stale. It will be closed soon, if there are no new commits. ⏳ |
Heads up! This pull request looks stale. It will be closed soon, if there are no new commits. ⏳ |
Heads up! This pull request looks stale. It will be closed soon, if there are no new commits. ⏳ |
Heads up! This pull request looks stale. It will be closed soon, if there are no new commits. ⏳ |
Heads up! This pull request looks stale. It will be closed soon, if there are no new commits. ⏳ |
Heads up! This pull request looks stale. It will be closed soon, if there are no new commits. ⏳ |
/terratest |
There are no real tests for this component. So we set terratest statuses to successful execution without running any tests |
Heads up! This pull request looks stale. It will be closed soon, if there are no new commits. ⏳ |
/terratest |
Heads up! This pull request looks stale. It will be closed soon, if there are no new commits. ⏳ |
/terratest |
Heads up! This pull request looks stale. It will be closed soon, if there are no new commits. ⏳ |
/terratest |
Heads up! This pull request looks stale. It will be closed soon, if there are no new commits. ⏳ |
/terratest |
4c87c0d
to
d60c657
Compare
These changes were released in v1.535.2. |
This PR contains the following updates:
0.12.0
->0.18.1
Release Notes
cloudposse/terraform-aws-nlb (cloudposse/nlb/aws)
v0.18.1
Compare Source
Expose more target group arguments and make load balancer and target group names respect the length limit automatically (#32) @goruha (#83)
Intermediate PR as part of a workaround to get https://github.com/cloudposse/terraform-aws-nlb/pull/32 mergedwhat
aws_lb_target_group
resource configurable through input variables of this modulewhy
references
🤖 Automatic Updates
Migrate new test account @osterman (#81)
what
.github/settings.yml
.github/chatops.yml
fileswhy
.github/settings.yml
from org level to getterratest
environmenttest
accountReferences
Update .github/settings.yml @osterman (#80)
what
.github/settings.yml
.github/auto-release.yml
fileswhy
.github/settings.yml
from org levelreferences
Update .github/settings.yml @osterman (#79)
what
.github/settings.yml
.github/auto-release.yml
fileswhy
.github/settings.yml
from org levelreferences
Update .github/settings.yml @osterman (#78)
what
.github/settings.yml
.github/auto-release.yml
fileswhy
.github/settings.yml
from org levelreferences
Update release workflow to allow pull-requests: write @osterman (#75)
what
.github/workflows/release.yaml
) to have permission to comment on PRwhy
Update GitHub Workflows to use shared workflows from '.github' repo @osterman (#74)
what
.github/workflows
) to use shared workflows from.github
repowhy
Update GitHub Workflows to Fix ReviewDog TFLint Action @osterman (#72)
what
.github/workflows
) to addissue: write
permission needed by ReviewDogtflint
actionwhy
Update GitHub workflows @osterman (#71)
what
.github/workflows/settings.yaml
)why
Use GitHub Action Workflows from `cloudposse/.github` Repo @osterman (#67)
what
why
cldouposse/.github
repositoryAdd GitHub Settings @osterman (#61)
what
.github/settings.yaml
)why
v0.18.0
Compare Source
fix: enabled input for NLB resource @QuentinBtd (#59)
aws_lb
resource countwhat
https://github.com/cloudposse/terraform-aws-nlb/issues/52
enabled
input not set on nlb resource. Adding it.~it will be a breaking change. Resource
aws_lb.default
will becomeaws_lb.default[0]
in state.~Terraform will rename the resource in state;
why
Usefull feature.
references
https://github.com/cloudposse/terraform-aws-nlb/issues/52
v0.17.1
Compare Source
feat: add variable for private link integration when using with security groups @dmitrijn (#58)
Add support for API Gateway and NLB private integrations when using with security groups
https://docs.aws.amazon.com/apigateway/latest/developerguide/set-up-nlb-for-vpclink-using-console.html
https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/lb#enforce_security_group_inbound_rules_on_private_link_traffic
🤖 Automatic Updates
Update README.md and docs @cloudpossebot (#56)
what
This is an auto-generated PR that updates the README.md and docs
why
To have most recent changes of README.md and doc from origin templates
Update Scaffolding @osterman (#57)
what
make readme
to rebuildREADME.md
fromREADME.yaml
why
.github
repochore(deps): update terraform cloudposse/dynamic-subnets/aws to v2.4.1 @renovate (#46)
This PR contains the following updates:
2.3.0
->2.4.1
Release Notes
cloudposse/terraform-aws-dynamic-subnets (cloudposse/dynamic-subnets/aws)
v2.4.1
Compare Source
🚀 Enhancements
Add subnet ARNs to outputs @​Nuru (#​188)
what
why
v2.4.0
Compare Source
Update dependencies, remove deprecation, add NACL example @​Nuru (#​184)
Note
Dropping support for deprecated EC2-Classic
With this release, EIPs allocated for NAT ingress are allocated in the default domain. This most likely does not affect you, but for accounts created before 2013-12-04 (almost 10 years ago as of this writing), the default domain could be EC2-Classic rather than the current VPC. Previously this module forced the EIPs to be in the VPC domain, but the breaking changes between AWS Provider v4 and v5 make that difficult.
If you find yourself in the rare situation where the EIPs allocated by this module are in EC2-Classic but you want them in VPC, then create the EIPs outside of this module and supply them to this module via
nat_elastic_ips
.Custom NACLs
This release includes an example (
examples/nacls/
) showing how to create custom NACLs in conjunction with this module. Note that by default, this module creates wide-open NACLs, and subnets can only have one NACL associated with them. If you try to add a NACL to a subnet without disabling the default NACLs, you may get a possibly confusing error like:See https://github.com/hashicorp/terraform-provider-aws/issues/31888
what
null
as meaning "default")aws_eip
vpc = true
why
references
v0.17.0
Compare Source
feat: add health_check_timeout option @rkul (#54)
what
Add health check timeout option
why
Impossible to set health check interval to less than 10 seconds, because it should be less than health check timeout
references
https://docs.aws.amazon.com/elasticloadbalancing/latest/application/target-group-health-checks.html
v0.16.0
Compare Source
Feat: add security groups options @QuentinBtd (#53)
what
Add security groups options
why
We can associate NLB with security groups (only at NLB creation)
references
https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/lb#security_groups
v0.15.0
Compare Source
Support ip_address_type and Fix Readme Example @ngoyal16 (#49)
what
Fix typo in readme example.
Added support for IPv6 target group in ip mode
why
v0.14.0
Compare Source
Feat: add option to not create target group @QuentinBtd (#33)
what
Add option to not create default target group
why
Default target group can be useless.
references
https://github.com/cloudposse/terraform-aws-nlb/issues/22
I guess it will need a procedure migration of state is this PR is accepted.
v0.13.0
Compare Source
Add preserve_client_ip flag for the target group @johncblandii (#45)
what
why
references
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.