akeyless-community / terraform-provider-akeyless

Mozilla Public License 2.0
12 stars 10 forks source link

Just an example of adding Sensitive tag #17

Closed idan-gur closed 2 years ago

idan-gur commented 2 years ago

A sample of variable inputs that should be redacted from being outputed as clear text. should be applied to way more resources.

idan-gur commented 2 years ago

@renanaAkeyless I'm using the Akeyless Terraform provider as part of my github-ops CI/CD pipeline and I don't want certain values of the resources outputted as a comment in github, and also a lot of other terraform providers use this method of Sensitive variables (For example - https://github.com/hashicorp/terraform-provider-aws/blob/main/internal/service/iam/access_key.go)

Let me know if this is something that can be done.

Thanks in advance!

idan-gur commented 2 years ago

@renanaAkeyless Updated docs and version

renanaAkeyless commented 2 years ago

duplicate to: https://github.com/akeyless-community/terraform-provider-akeyless/pull/18