Skip to content

Commit

Permalink
chore: versions again
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-FFFFFF committed Jun 14, 2024
1 parent 7679f4f commit 5ed9039
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "~> 3.85"
version = "~> 3.107"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion _README_header.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "~> 3.85"
version = "~> 3.107"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/400-multi-with-orchestration/modules/core/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "3.74.0"
version = "3.107.0"
}
}
}
Expand Down

0 comments on commit 5ed9039

Please sign in to comment.