Skip to content

Commit

Permalink
Merge pull request #69 from jsoconno/module-version-updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoconno authored Jun 24, 2022
2 parents 18f93e2 + 55b40f9 commit 58c82cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/versions.tf
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
terraform {
required_version = "1.1.7" # ~>1.0
required_version = "1.3.0-alpha20220622" # ~>1.0

required_providers {
aws = {
source = "hashicorp/aws"
version = "3.75.0" # >=3.0.0, <4.0.0
version = "3.75.2" # >=3.0.0, <4.0.0
}
azurerm = {
source = "hashicorp/azurerm"
Expand Down

0 comments on commit 58c82cb

Please sign in to comment.