We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b199040 commit ffdcee4Copy full SHA for ffdcee4
Dockerfile
@@ -1,4 +1,4 @@
1
-ARG TERRAFORM_VERSION=1.9.5
+ARG TERRAFORM_VERSION=1.9.6
2
ARG AZURECLI_VERSION=2.64.0
3
4
FROM hashicorp/terraform:$TERRAFORM_VERSION as terraform
versions.tf
@@ -8,7 +8,7 @@ terraform {
8
required_providers {
9
azurerm = {
10
source = "hashicorp/azurerm"
11
- version = "4.2.0"
+ version = "4.3.0"
12
}
13
azuread = {
14
source = "hashicorp/azuread"
0 commit comments