Skip to content

Commit

Permalink
Update versions.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
lucavallin authored Nov 12, 2024
1 parent 205509e commit 40c3318
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "4.5.0"
version = "4.9.0"
}
azuread = {
source = "hashicorp/azuread"
version = "3.0.2"
}
aws = {
source = "hashicorp/aws"
version = "5.71.0"
version = "5.75.1"
}
google = {
source = "hashicorp/google"
version = "6.7.0"
version = "6.11.0"
}
random = {
source = "hashicorp/random"
Expand Down

0 comments on commit 40c3318

Please sign in to comment.