Output a Terraform Sensitive Value
This is going to be a short article, showing a couple of ways to output terraform sensitive data. If you don’t know what that is, basically, you can declare a variable as sensitive and terraform will prevent that data from appearing in CLI and log output. But beware – the data is still saved in […]
Output a Terraform Sensitive Value Read More »