Cheatsheets:
programming:
How-to:
Troubleshooting:
Rants:
Other:
Cheatsheets:
programming:
How-to:
Troubleshooting:
Rants:
Other:
This is an old revision of the document!
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"
}