Demo
Sensitive Values in Terraform: What Should You Do?
Learn about Terraform's features for handling sensitive values in your Terraform configurations.
Whether it be attributes or arguments, module or provider-based, variable assigned or set by function, there are some key things to know about handling sensitive values in your Terraform configurations.
» What You'll learn
In this demo, you'll get a tour of the features, such as the sensitive
flag, for keeping sensitive values secret in your Terraform configurations and state.