Skip to content

Commit ffdcee4

Browse files
committed
(PSKD-348) Additional version updates
1 parent b199040 commit ffdcee4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG TERRAFORM_VERSION=1.9.5
1+
ARG TERRAFORM_VERSION=1.9.6
22
ARG AZURECLI_VERSION=2.64.0
33

44
FROM hashicorp/terraform:$TERRAFORM_VERSION as terraform

versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ terraform {
88
required_providers {
99
azurerm = {
1010
source = "hashicorp/azurerm"
11-
version = "4.2.0"
11+
version = "4.3.0"
1212
}
1313
azuread = {
1414
source = "hashicorp/azuread"

0 commit comments

Comments
 (0)