Skip to content

Commit

Permalink
(PSKD-348) Additional version updates
Browse files Browse the repository at this point in the history
  • Loading branch information
riragh committed Sep 30, 2024
1 parent b199040 commit ffdcee4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG TERRAFORM_VERSION=1.9.5
ARG TERRAFORM_VERSION=1.9.6
ARG AZURECLI_VERSION=2.64.0

FROM hashicorp/terraform:$TERRAFORM_VERSION as terraform
Expand Down
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "4.2.0"
version = "4.3.0"
}
azuread = {
source = "hashicorp/azuread"
Expand Down

0 comments on commit ffdcee4

Please sign in to comment.