tfmask icon indicating copy to clipboard operation
tfmask copied to clipboard

Terraform utility to mask select output from `terraform plan` and `terraform apply`

Results 23 tfmask issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) Welcome to [Renovate](https://togithub.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 To activate Renovate, merge this Pull Request....

Hello, I am seeing an issue for a base64 encoded cert value. The error message is: error: bufio.Scanner: token too long Is there a solution to this?

Environment variables passed to AWS ECS container definition do not get masked ``` export TFMASK_CHAR="#" export TFMASK_VALUES_REGEX="(?i)^.*[^a-zA-Z](oauth|password|pass_for_service|pass_|passwd|key|result|id).*$" ``` Actual ``` [2021-10-21T07:03:02Z] + resource "aws_ecs_task_definition" "main_task" { --   | [2021-10-21T07:03:02Z] +...

Hi, I am using the latest version "0.7.0" of _tfmask_ in the Atlantis workflow to run terraform. But `random_string` will print the generated string in output as ID of the...

Hi, I'm typing the following script in CLI: ``` export TFMASK_VALUES_REGEX=".*" echo password=1 | ./tfmask ``` And getting the following output: ``` password=1 ``` Nothing was masked. What I'm doing...

Credit to @1n for figuring out a way of stripping ANSI colours and diffing. We are using this project with [terraform-provider-helmfile](https://github.com/mumoshu/terraform-provider-helmfile). It tends to generate big diffs with JSON and...

Hi, I have the following values: ![image](https://user-images.githubusercontent.com/1047402/111456635-86c53200-8717-11eb-8373-a8d3cac1e3a5.png) But it seems that `tfmask` is not working. Does it work for string values only?

Hello! I have an environment variable of an Elastic beanstalk resource Something like this: ``` resource "aws_elastic_beanstalk_environment" "pycon_env" { name = "${terraform.workspace}-env" application = "${aws_elastic_beanstalk_application.pycon.name}" solution_stack_name = "64bit Amazon Linux...

We've hit on some situations where `tfmask` would hit this error: ``` bufio.Scanner: token too long ``` This was because some of the lines in our output were exceeding the...

Could you please add a sha256sums file for releases? I use this to verify that the release is genuine and downloaded properly.