Skip to content

Commit 2782eab

Browse files
authored
feat: (IAC-1100) Update terraform azurerm provider version to support flexible postgreSQL version 15 (#329)
1 parent 12a462f commit 2782eab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

versions.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ terraform {
88
required_providers {
99
azurerm = {
1010
source = "hashicorp/azurerm"
11-
version = "3.54.0"
11+
version = "3.64.0"
1212
}
1313
azuread = {
1414
source = "hashicorp/azuread"
15-
version = "2.38.0"
15+
version = "2.39.0"
1616
}
1717
external = {
1818
source = "hashicorp/external"

0 commit comments

Comments
 (0)