clusternest_organization (Resource)
Example Usage
resource "clusternest_organization" "test" {
name = "engineering"
}
output "organization_quota" {
value = clusternest_organization.test.quota
}
Schema
Required
name(String) Display name for the new organization.
Read-Only
id(Number) The organization's ID.is_activated(Boolean) Whether the organization has completed activation (e.g. billing setup) and can provision clusters.quota(Attributes) (see below for nested schema)used_quota(Attributes) (see below for nested schema)
Nested Schema for quota
Read-Only:
basic(Number) Maximum number of Basic-tier clusters.extreme(Number) Maximum number of Extreme-tier clusters.standard(Number) Maximum number of Standard-tier clusters.
Nested Schema for used_quota
Read-Only:
basic(Number) Maximum number of Basic-tier clusters.extreme(Number) Maximum number of Extreme-tier clusters.standard(Number) Maximum number of Standard-tier clusters.