Skip to content

Commit

Permalink
Update terraform.tf
Browse files Browse the repository at this point in the history
Update min versions
  • Loading branch information
JFolberth authored and lonegunmanb committed Mar 13, 2024
1 parent 84392a7 commit d20b377
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ terraform {
}
azurerm = {
source = "hashicorp/azurerm"
version = ">= 3.71.0, < 4.0"
version = "~> 3.71"
}
random = {
source = "hashicorp/random"
version = ">= 3.5.0, < 4.0"
version = ">= 3.5"
}
}
}

0 comments on commit d20b377

Please sign in to comment.