page_title | subcategory | description |
---|---|---|
epilot-schema_schema_group Resource - terraform-provider-epilot-schema |
SchemaGroup Resource |
SchemaGroup Resource
resource "epilot-schema_schema_group" "my_schemagroup" {
expanded = false
feature_flag = "FF_MY_FEATURE_FLAG"
id = "e18a532b-ae79-4d86-a6a5-e5dbfb579d14"
info_tooltip_title = {
default = "...my_default..."
key = "...my_key..."
}
label = "Contact Details"
manifest = [
"123e4567-e89b-12d3-a456-426614174000"
]
order = 8
purpose = [
"taxonomy-slug:classification-slug"
]
render_condition = "_is_composite_price = \"false\""
schema = "contact"
settings_flag = [
{
enabled = true
name = "...my_name..."
}
]
}
label
(String)
expanded
(Boolean) Expanded by default. Default: falsefeature_flag
(String) This group should only be active when the feature flag is enabledinfo_tooltip_title
(Attributes) (see below for nested schema)manifest
(List of String) Manifest ID used to create/update the schema grouporder
(Number) Render order of the group. Default: 0purpose
(List of String) Only render group when one of the purposes is enabledrender_condition
(String) Only render group when render_condition resolves to trueschema
(String) Schema slug the group belongs tosettings_flag
(Attributes List) This group should only be active when all the settings have the correct value (see below for nested schema)
composite_id
(String) Schema Slug and the Group IDid
(String) The ID of this resource.
Optional:
default
(String) Default string for info tooltipkey
(String) Translation key for info tooltip
Optional:
enabled
(Boolean) Whether the setting should be enabled or notname
(String) The name of the organization setting to check
Import is supported using the following syntax:
terraform import epilot-schema_schema_group.my_epilot-schema_schema_group "contact:97644baa-083f-4e49-9188-fcff2ecaad7d"