initial commit
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
variable "customer-name" {}
|
||||
variable "default-tags" {}
|
||||
variable "cloudtrail-retain-days" {
|
||||
type = number
|
||||
default = 90
|
||||
}
|
||||
|
||||
variable "create-cloudhealth-resources" {
|
||||
type = bool
|
||||
default = false
|
||||
}
|
||||
|
||||
variable "cloudheath-ext-id1" {
|
||||
type = string
|
||||
default = ""
|
||||
}
|
||||
variable "cloudheath-ext-id2" {
|
||||
type = string
|
||||
default = ""
|
||||
}
|
||||
Reference in New Issue
Block a user