mirror of
https://codeberg.org/scottslowe/learning-tools.git
synced 2026-03-11 09:04:37 +00:00
Commit a set of files that show the use of modules Signed-off-by: Scott Lowe <scott.lowe@scottlowe.org>
4 lines
134 B
HCL
4 lines
134 B
HCL
variable "user_region" {
|
|
type = "string"
|
|
description = "AWS region to use for all resources"
|
|
}
|