Skip to content

Commit ce22888

Browse files
committed
Updates azurem provider to 2.85
1 parent 6f33d1f commit ce22888

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
azurerm = {
44
source = "hashicorp/azurerm"
5-
version = "2.58.0"
5+
version = "2.85.0"
66
}
77
}
88
}

modules/simphera_instance/main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
azurerm = {
44
source = "hashicorp/azurerm"
5-
version = "2.58.0"
5+
version = "2.85.0"
66
}
77
}
88
}

0 commit comments

Comments
 (0)