User Tools

Site Tools


programming:sensitivevariables

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

programming:sensitivevariables [2024/07/01 10:25] – created kamaradskiprogramming:sensitivevariables [2024/07/01 10:33] (current) – removed kamaradski
Line 1: Line 1:
-====== Sensitive Variables ====== 
  
-Sensitive variables are used to store sensitive information like passwords. When marked as sensitive, these variables will not be displayed in the console output. 
- 
-<code hcl> 
-variable "db_password" { 
-  description = "The password for the database" 
-  type        = string 
-  sensitive   = true 
-} 
-</code> 
programming/sensitivevariables.1719829508.txt.gz · Last modified: 2024/07/01 10:25 by kamaradski