2023-03-17 04:14:39 +00:00
|
|
|
variable "environment" {}
|
|
|
|
variable "namespace" {}
|
|
|
|
variable "region" {}
|
|
|
|
variable "out_dir" {
|
|
|
|
type = string
|
2023-05-05 03:31:53 +00:00
|
|
|
default = "../../out"
|
2023-01-28 03:08:56 +00:00
|
|
|
}
|
2023-03-17 04:14:39 +00:00
|
|
|
|
|
|
|
resource "random_id" "suffix" {
|
2023-04-14 03:22:35 +00:00
|
|
|
byte_length = 8
|
2023-01-28 03:08:56 +00:00
|
|
|
}
|