User Tools

Site Tools


programming:sensitivevariables

This is an old revision of the document!


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.

variable "db_password" {
  description = "The password for the database"
  type        = string
  sensitive   = true
}
programming/sensitivevariables.1719829508.txt.gz · Last modified: 2024/07/01 10:25 by kamaradski