You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
resource "wiz_service_account" "connector" {
name = "kubernetes-connector-sa"
type = "KUBERNETES_CONNECTOR"
}
Expected Behavior
When we want to delete an resource of type service account with KUBERNETES_CONNECTOR as a type, the client_id and client_secret should be mark as sensitive in terraform output plan when destroying.
Actual Behavior
The client_id and client_secret is displayed in the terraform plan.
Terraform Version and Provider Version
Terraform v1.7.5
Wiz provider version: 1.2.1
Affected Resource(s)
Terraform Configuration Files
Expected Behavior
When we want to delete an resource of type service account with KUBERNETES_CONNECTOR as a type, the client_id and client_secret should be mark as sensitive in terraform output plan when destroying.
Actual Behavior
The client_id and client_secret is displayed in the terraform plan.
Steps to Reproduce
Community Note
The text was updated successfully, but these errors were encountered: