We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi I use an external provider and in the data block I can’t mask the token
data "external" "sa" { program = ["sh", "${path.module}/get_permission.sh"] query = { token = var.token url = var.url } }
Run:
export TFMASK_CHAR="#" export TFMASK_VALUES_REGEX="(?i)^.*(secret|password|oauth|token|key).*$" terraform plan -no-color | tfmask
Plan is not mask:
<= data "external" "sa" { + id = (known after apply) + program = [ + "sh", + "modules/k8s/get_permission.sh", ] + query = { + "token" = "eyJhbGci...." + "url" = "https://..." } + result = (known after apply) }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi
I use an external provider and in the data block I can’t mask the token
Run:
Plan is not mask:
The text was updated successfully, but these errors were encountered: