Resource "azurerm_kubernetes_cluster" is leaking sensitive data #5730
Labels
bug
upstream/terraform
This issue is blocked on an upstream issue within Terraform (Terraform Core/CLI, The Plugin SDK etc)
Community Note
Terraform (and AzureRM Provider) Version
Terraform:
0.12.20
AzureRM:
1.41.0
Affected Resource(s)
azurerm_kubernetes_cluster
Debug Output
Expected Behavior
In case of in-place updates, sensitive data like the
kubecfg.client_key
gets redacted and is not visible in the logs.Actual Behavior
In case of in-place updates, sensitive data like the
kubecfg.client_key
gets printed in clear text into the logs.Steps to Reproduce
Change a property that causes an in-place update of the AKS cluster and run a
terraform plan
The text was updated successfully, but these errors were encountered: