Skip to content

Commit

Permalink
Bump Terraform required_version 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Stretch96 committed Jul 19, 2023
1 parent 8293816 commit 22a13d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ module "<MODULE NAME>" {

| Name | Version |
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.3.9 |
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.5.3 |

## Providers

Expand Down
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
terraform {
required_version = ">= 1.3.9"
required_version = ">= 1.5.3"
required_providers {
}
}

0 comments on commit 22a13d9

Please sign in to comment.