Skip to content

Commit 3dc3f16

Browse files
authored
Merge pull request #27 from PhilippKorth/update_azure_rm_provider
Updates azurem provider to 2.85
2 parents 6f33d1f + ce22888 commit 3dc3f16

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)