iaas-d4science/02-security/variables.tf

7 lines
130 B
Terraform
Raw Permalink Normal View History

2024-05-20 13:04:04 +02:00
variable "organization" {
description = "Organization details."
type = object({
domain = string
id = number
})
}