User Tools

Site Tools


programming:defaultvalues

This is an old revision of the document!


Default Values

Variables can have default values, which are used if no other value is provided.

variable "region" {
  description = "AWS region"
  type        = string
  default     = "us-west-2"
}
programming/defaultvalues.1719829564.txt.gz ยท Last modified: 2024/07/01 10:26 by kamaradski