Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

yaml_incluster property is sensitive #266

Open
nwsparks opened this issue Apr 7, 2023 · 2 comments
Open

yaml_incluster property is sensitive #266

nwsparks opened this issue Apr 7, 2023 · 2 comments

Comments

@nwsparks
Copy link

nwsparks commented Apr 7, 2023

Is there a way to unmask this? im not seeing any other changes occurring so trying to figure out what's going on inside this field.

image

@hguermeur
Copy link

At the debug level (export TF_LOG=debug), you have the details :
2023-06-21T09:14:59.979+0200 [DEBUG] provider.terraform-provider-kubectl_v1.14.0: 2023/06/21 09:14:59 [TRACE] yaml drift detected in xxx for spec.xxx.#, was: 0 now: 3

@cveld
Copy link

cveld commented Sep 11, 2024

I feel I have the same issue:

# module.Infrastructure.kubectl_manifest.default_ingress_controller_prod[0] will be updated in-place
  ~ resource "kubectl_manifest" "default_ingress_controller_prod" {
        id                      = "/apis/approuting.kubernetes.azure.com/v1alpha1/nginxingresscontrollers/default"
        name                    = "default"
      ~ yaml_body               = (sensitive value)
        # (13 unchanged attributes hidden)
    }

What I did is, I exported the plan to json format and investigated the proposed change.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants