diff --git a/CHANGELOG.md b/CHANGELOG.md index d52be4b..89b5871 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -176,3 +176,6 @@ This works with the Terraform AWS provider 4.x, released 2022-02. - common - change delays to time_delay - change acl to after delay after public accesss block is set and commpleted + +* 3.3.10 -- 2023-05-24 + - remove tf requirement of >= 0.13 as there are no specific tf things in there diff --git a/common/version.tf b/common/version.tf index ec4c1ff..b08bc07 100644 --- a/common/version.tf +++ b/common/version.tf @@ -1,3 +1,3 @@ locals { - _module_version = "3.3.9" + _module_version = "3.3.10" } diff --git a/common/versions.tf b/common/versions.tf index 3435b82..5d2f8ae 100644 --- a/common/versions.tf +++ b/common/versions.tf @@ -1,5 +1,5 @@ terraform { - required_version = ">= 0.13" + # required_version = ">= 0.13" required_providers { aws = { source = "hashicorp/aws"