mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-25 03:49:11 +00:00
9 lines
111 B
HCL
9 lines
111 B
HCL
variable "environment_tag" {
|
|
type = string
|
|
default = "main"
|
|
}
|
|
|
|
variable "app_name" {
|
|
type = string
|
|
}
|
|
|