Skip to content

Commit

Permalink
- remove tf requirement of >= 0.13 as there are no specific tf things…
Browse files Browse the repository at this point in the history
… in there
  • Loading branch information
badra001 committed May 24, 2023
1 parent b8a042b commit d08f37c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion common/version.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
locals {
_module_version = "3.3.9"
_module_version = "3.3.10"
}
2 changes: 1 addition & 1 deletion common/versions.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
terraform {
required_version = ">= 0.13"
# required_version = ">= 0.13"
required_providers {
aws = {
source = "hashicorp/aws"
Expand Down

0 comments on commit d08f37c

Please sign in to comment.