Terraform plan and show output sensitive schema elements if they are not top level #7238
Labels
bug
service/kubernetes-cluster
upstream/terraform
This issue is blocked on an upstream issue within Terraform (Terraform Core/CLI, The Plugin SDK etc)
This issue was originally opened by @derek-burdick as hashicorp/terraform#25070. It was migrated here as a result of the provider split. The original body of the issue is below.
Terraform Version
Terraform Configuration Files
Debug Output
Crash Output
Expected Behavior
kube_admin_config.password should show "(sensitive value)" in terraform plan and terraform show
Actual Behavior
kube_admin_config.password showed the actual information which is sensitive
Steps to Reproduce
Create terraform file with resource azurerm_kubernetes_cluster
terraform init
terraform plan
Additional Context
References
The text was updated successfully, but these errors were encountered: