Skip to content

Commit 5aa844c

Browse files
Auto update
1 parent ddd177f commit 5aa844c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
- Release `v10.0.0` [\#636](https://github.com/Azure/terraform-azurerm-aks/pull/636) ([lonegunmanb](https://github.com/lonegunmanb))
88
- Add nonsensitive around for\_each argument [\#631](https://github.com/Azure/terraform-azurerm-aks/pull/631) ([zioproto](https://github.com/zioproto))
9+
- Cannot set both `client_id` and `identity_ids` variables. [\#622](https://github.com/Azure/terraform-azurerm-aks/pull/622) ([zioproto](https://github.com/zioproto))
910

1011

1112

variables.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -380,6 +380,7 @@ variable "client_id" {
380380
default = ""
381381
description = "(Optional) The Client ID (appId) for the Service Principal used for the AKS deployment"
382382
nullable = false
383+
383384
validation {
384385
condition = var.identity_ids == null || var.client_id == ""
385386
error_message = "Cannot set both `client_id` and `identity_ids`."

0 commit comments

Comments
 (0)