Skip to content

Releases: terraform-aws-modules/terraform-aws-efs

v2.0.0

24 Oct 11:10

Choose a tag to compare

2.0.0 (2025-10-24)

⚠ BREAKING CHANGES

  • Upgrade AWS provider and min required Terraform version to 6.12 and 1.5.7 respectively (#45)

List of backwards incompatible changes

  • Terraform v1.5.7 is now minimum supported version
  • AWS provider v6.12 is now minimum supported version
  • security_group_rules has been split into security_group_ingress_rules and security_group_egress_rules to better match the AWS API and allow for more flexibility in defining security group rules.
  • policy_statements changed from type any to map

Additional changes

Added

  • Support for region parameter to specify the AWS region for the resources created if different from the provider region.

Modified

  • Variable definitions now contain detailed object types in place of the previously used any type.

See the UPGRADE-2.0.md guide for further details

v1.8.1

21 Oct 08:59

Choose a tag to compare

1.8.1 (2025-10-21)

Bug Fixes

  • Update CI workflow versions to latest (#46) (3e5ad26)

v1.8.0

29 Mar 22:17

Choose a tag to compare

1.8.0 (2025-03-29)

Features

  • Add Name tag to security group created (#44) (34969f9)

v1.7.0

01 Mar 04:40

Choose a tag to compare

1.7.0 (2025-03-01)

Features

  • Support aws_efs_file_system.protection and aws_efs_replication_configuration.destination.file_system_id (#43) (1dae082)

v1.6.5

21 Nov 08:26

Choose a tag to compare

1.6.5 (2024-11-21)

Bug Fixes

  • Conditionally create default NonSecureTransportAccessedViaMountTarget policy statement (#35) (7c58eb1)

v1.6.4

11 Oct 16:02

Choose a tag to compare

1.6.4 (2024-10-11)

Bug Fixes

  • Update CI workflow versions to latest (#33) (a2bc543)

v1.6.3

12 May 13:06

Choose a tag to compare

1.6.3 (2024-05-12)

Bug Fixes

  • Bump provider version to include bugfix for lifecycle_policy block (#32) (c1186b9)

v1.6.2

18 Mar 15:46

Choose a tag to compare

1.6.2 (2024-03-18)

Bug Fixes

  • Add comment warning about expensive provisioned throughput mode (#29) (f86d365)

v1.6.1

07 Mar 02:30

Choose a tag to compare

1.6.1 (2024-03-07)

Bug Fixes

  • Update CI workflow versions to remove deprecated runtime warnings (#26) (ada1090)

v1.6.0

21 Jan 16:54

Choose a tag to compare

1.6.0 (2024-01-21)

Features

  • Added support in lifecycle_policy with transition_to_archive (#24) (c6d4be0)