Skip to content

Releases: cloudposse-archives/tfmask

0.7.0 Support attributes without quotes

12 Aug 19:03
069c8c3
Compare
Choose a tag to compare

what

  • Adds support for masking resource attributes in the formats value : "secret" and value = "secret"

why

  • Supports new use-cases
  • Fixes masking for some resource types

0.6.1: Add -no-color flag to readme cmds (#18)

01 Jul 03:36
8550034
Compare
Choose a tag to compare
* Add -no-color flag to readme cmds

* Generated README.md from build_harness

Co-authored-by: Erik Osterman <erik@cloudposse.com>

0.6.0: use github actions (#19)

01 Jul 03:33
cc54476
Compare
Choose a tag to compare
* use github actions

* run tests

* run tests

* fix path

* update to upload artifacts

* show artifacts

* fix path

* name artifact

* Update .github/workflows/go.yml

Co-authored-by: Andriy Knysh <aknysh@users.noreply.github.com>

* Update .github/workflows/go.yml

Co-authored-by: Andriy Knysh <aknysh@users.noreply.github.com>

* Update .github/workflows/go.yml

Co-authored-by: Andriy Knysh <aknysh@users.noreply.github.com>

Co-authored-by: Andriy Knysh <aknysh@users.noreply.github.com>

0.5.0

20 Jun 16:57
0198f5e
Compare
Choose a tag to compare
Mask values in assignment expressions (#17)

0.4.0: Add tf 0 12 support (#12)

23 Apr 23:22
0c7da96
Compare
Choose a tag to compare
* Add tf 0.12 support

* Ensure currentResource is maintained over scanning

* More versioning of regexes

* Add comments

* PR fix for random_string.some_password.id

* Update main.go

Co-authored-by: Erik Osterman <erik@cloudposse.com>

0.3.0

18 Oct 17:03
Compare
Choose a tag to compare
support multiple quotes in sensitive data (#9)

0.2.0: Support Masking of Entire Resources (#4)

21 Jan 21:31
c423c18
Compare
Choose a tag to compare
* Support masking entire resources

* Add screenshots

* Update README.yaml

0.1.0: Initial implementation (#1)

21 Jan 11:14
f281df6
Compare
Choose a tag to compare
* Initial implementation