chore(deps): update terraform cloudposse/vpc/aws to v2.3.0 - #264
Closed
renovate[bot] wants to merge 1 commit into
Closed
renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
renovate
Bot
requested review from
Matt Gowie (Gowiem) and
John C. Bland II (johncblandii)
August 16, 2025 22:47
Contributor
|
/terratest |
renovate
Bot
force-pushed
the
renovate/cloudposse-vpc-aws-2.x
branch
2 times, most recently
from
September 14, 2025 10:00
4f4938c to
56f3841
Compare
renovate
Bot
force-pushed
the
renovate/cloudposse-vpc-aws-2.x
branch
from
October 1, 2025 04:23
56f3841 to
6010c50
Compare
renovate
Bot
force-pushed
the
renovate/cloudposse-vpc-aws-2.x
branch
from
October 14, 2025 18:03
6010c50 to
ce2db28
Compare
renovate
Bot
force-pushed
the
renovate/cloudposse-vpc-aws-2.x
branch
from
October 15, 2025 00:06
ce2db28 to
8533fc0
Compare
yangci (oycyc)
left a comment
Member
There was a problem hiding this comment.
There is a newer version available. Closing.
Contributor
Author
Renovate Ignore NotificationBecause you closed this PR without merging, Renovate will ignore this update ( If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.2.0->2.3.0Release Notes
cloudposse/terraform-aws-vpc (cloudposse/vpc/aws)
v2.3.0Compare Source
Fixes "Error: no association of default Security Group (sg-XXX) with VPC Endpoint (vpce-YYY)" @j4zzcat (#158)
This PR updates the `vpc-endpoints` module to prevent recurring no association of default Security Group (...) with VPC Endpoint (...) errors when managing Interface VPC Endpoints. See also https://github.com/cloudposse-terraform-components/aws-vpc/issues/49.The issue occurred because AWS automatically attaches the default VPC security group to an Interface endpoint when no SGs are specified at creation. The module previously relied on
replace_default_associationto swap it out for the desired SG. This worked only on the first run - subsequent runs failed because the default SG was no longer attached.Changes
security_group_idstoaws_vpc_endpoint.interface_endpointwith the first SG fromvar.interface_vpc_endpoints.replace_default_association.index > 0security_group_associations_listandsecurity_group_associations_maplocals to only include SGs beyond the first one.replace_default_associationBenefits
Testing
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 is behind base branch, 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.