Skip to content

Commit

Permalink
Enable host-level encryption for AKS in Terraform variables
Browse files Browse the repository at this point in the history
  • Loading branch information
heoelri committed May 14, 2024
1 parent b1f0ca0 commit 7c24968
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .ado/pipelines/templates/stages-full-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ stages:
-var=contact_email="$(contactEmail)"
-var=''stamps=$(stampLocations)''
-var=aks_kubernetes_version="$(kubernetesVersion)"
-var=aks_enable_host_encryption="$(enableHostEncryption)"
-var=global_resource_group_name="$(global_resource_group_name)"
-var=monitoring_resource_group_name="$(monitoring_resource_group_name)"
-var=cosmosdb_account_name="$(cosmosdb_account_name)"
Expand Down
1 change: 0 additions & 1 deletion .ado/pipelines/templates/steps-terraform-apply.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ steps:
terraform plan -input=false -out=tf_plan \
-var=environment="$(environment)" \
-var=prefix="${{ parameters.customPrefix }}" \
-var=aks_enable_host_encryption="$(enableHostEncryption)" \
-var-file="variables-$(environment).tfvars" \
${{ parameters.customAttributes }}
Expand Down

0 comments on commit 7c24968

Please sign in to comment.