resource "cloudru_evolution_organization_organization_unit" "resource_organization_unit" {customer_id = "b16142a6-a32a-4b0b-810d-ab27657f311c"name = "e61849b0-13b5-4001-88aa-8603c5a6e5b4"description = "6cf528e2-45c7-4a72-b101-a2db442f708f"# Позволяет переопределить дефолтный таймаут провайдера для определенного метода. Если нужно указать бесконечный таймаут, то нужно указать например 0s, тогда таймаута не будет.timeouts {create = "60m"update = "30m"delete = "20m"}# Игнорировать изменения таймаутов: это предотвращает лишние обновления ресурса при смене значений таймаутов в конфигурации# Но следует учитывать, что метод delete в ресурсе читает значение таймаута из стейта и, если его нужно изменить, то этот блок стоит закомментироватьlifecycle {ignore_changes = [timeouts]}}
customer_id (String) Идентификатор клиента.
name (String) Название департамента.
description (String) Описание департамента.
timeouts (Block, Optional) (see below for nested schema)
created_at (String) Дата создания департамента.
id (String) Идентификатор департамента.
updated_at (String) Дата последнего обновления департамента.
Optional:
create (String) A string that can be parsed as a duration consisting of numbers and unit suffixes, such as «30s» or «2h45m». Valid time units are «s» (seconds), «m» (minutes), «h» (hours).
delete (String) A string that can be parsed as a duration consisting of numbers and unit suffixes, such as «30s» or «2h45m». Valid time units are «s» (seconds), «m» (minutes), «h» (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.
update (String) A string that can be parsed as a duration consisting of numbers and unit suffixes, such as «30s» or «2h45m». Valid time units are «s» (seconds), «m» (minutes), «h» (hours).