mirror of
https://github.com/dredx/prole.git
synced 2026-09-24 16:24:32 +00:00
33 lines
811 B
HCL
33 lines
811 B
HCL
variable "billing_account" {
|
|
description = "The ID of the billing account to associate projects with"
|
|
type = string
|
|
default = "0141DC-BF3488-8FB400"
|
|
}
|
|
|
|
variable "org_id" {
|
|
description = "The organization id for the associated resources"
|
|
type = string
|
|
default = "414222713468"
|
|
}
|
|
|
|
variable "billing_project" {
|
|
description = "The project id to use for billing"
|
|
type = string
|
|
default = "cs-host-625f092f8d324941bfd414"
|
|
}
|
|
|
|
variable "folders" {
|
|
description = "Folder structure as a map"
|
|
type = map
|
|
}
|
|
|
|
variable "application_enabled_folder_paths" {
|
|
description = "The folder paths to enable resource manager capability"
|
|
type = list
|
|
}
|
|
|
|
variable "cmek_autokey_folders" {
|
|
description = "Folders for CMEK autokey encryption"
|
|
type = list
|
|
}
|