Skip to content

Commit

Permalink
Update Terraform Provider Versions (#520)
Browse files Browse the repository at this point in the history
  • Loading branch information
sumanthreddy29 authored Feb 10, 2025
1 parent f5cceca commit 7a1d347
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/terraform/aws/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "<= 5.82.2"
version = "<= 5.86"
}
}
}
2 changes: 1 addition & 1 deletion modules/terraform/azure/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "<= 4.14.0"
version = "<= 4.18.0"
}
}
}

0 comments on commit 7a1d347

Please sign in to comment.