Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Sep 30, 2025

This PR contains the following updates:

Package Type Update Change
cloudposse/efs/aws (source) module minor 1.2.0 -> 1.4.0

Release Notes

cloudposse/terraform-aws-efs (cloudposse/efs/aws)

v1.4.0

Compare Source

feat: add support for IPv6 and dual-stack EFS mount targets @​ngoyal16 (#​163)

what

  • Added support for dual-stack (IPv4 and IPv6) EFS mount targets.
  • Introduced mount_target_ip_address_type variable to select between IPV4_ONLY, IPV6_ONLY, and DUAL_STACK.
  • Introduced mount_target_ipv6_address variable to specify a custom IPv6 address.
  • Updated aws_efs_mount_target resource to utilize the new variables and apply conditional logic for IP assignment.
  • Added mount_target_ipv6_addresses output to expose the assigned IPv6 addresses.

why

  • The new version of AWS EFS supports dual-stack endpoints, allowing for better compatibility with IPv6-enabled environments.
  • Users need the ability to configure the IP address type and provide specific IPv6 addresses if required.

references

v1.3.0

Compare Source

feat: add preserve_security_group_id support @​oycyc (#​161)

What

  • Added support for preserve_security_group_id variable from the cloudposse/security-group module

Why

There are many times where we'd like to preserve the existing security group and update in place, rather than create a new SG and have the rules there.

Default is false, which is the existing behaviors of the module. Does NOT have any diff in any previous code upgrading versions.

References

v1.2.1

Compare Source

docs: `elastic` is a valid throughput mode! @​oycyc (#​158) `elastic` is a valid throughput mode!

closes #​151

See Terraform AWS Provider docs: https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/efs_file_system#throughput_mode-3 image

This is also the recommended EFS type by AWS image

🤖 Automatic Updates

Fix go version in tests @​osterman (#​154)

what

  • Update go 1.24

why

  • Error loading shared library libresolv.so.2 in Go 1.20

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 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the auto-update This PR was automatically generated label Sep 30, 2025
@renovate renovate bot requested review from a team as code owners September 30, 2025 16:35
@renovate renovate bot requested review from gberenice and jamengual September 30, 2025 16:35
@mergify
Copy link

mergify bot commented Sep 30, 2025

/terratest

@renovate renovate bot force-pushed the renovate/cloudposse-efs-aws-1.x branch from 69ea004 to 2beeb8b Compare October 2, 2025 06:48
@renovate renovate bot force-pushed the renovate/cloudposse-efs-aws-1.x branch from 2beeb8b to 2bd5b62 Compare October 24, 2025 10:34
@renovate renovate bot changed the title chore(deps): update terraform cloudposse/efs/aws to v1.2.1 chore(deps): update terraform cloudposse/efs/aws to v1.3.0 Oct 24, 2025
@renovate renovate bot force-pushed the renovate/cloudposse-efs-aws-1.x branch from 2bd5b62 to 9b3067c Compare November 26, 2025 18:02
@renovate renovate bot changed the title chore(deps): update terraform cloudposse/efs/aws to v1.3.0 chore(deps): update terraform cloudposse/efs/aws to v1.4.0 Nov 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

auto-update This PR was automatically generated

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant