Skip to content

Commit

Permalink
Updates azurem provider to 2.85
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippKorth committed Nov 16, 2021
1 parent 6f33d1f commit ce22888
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "2.58.0"
version = "2.85.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion modules/simphera_instance/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "2.58.0"
version = "2.85.0"
}
}
}

0 comments on commit ce22888

Please sign in to comment.