Skip to content

Commit

Permalink
Update Terraform module versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoconno authored Feb 29, 2024
1 parent 58c82cb commit c271edf
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.3.0-alpha20220622" # ~>1.0
required_version = "1.8.0-alpha20240228" # ~>1.0

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

0 comments on commit c271edf

Please sign in to comment.