mws_resmanager_enabled_service (Resource)
Заголовок раздела «mws_resmanager_enabled_service (Resource)»Ресурс для подключения сервисов в проекте
Примеры использования
Заголовок раздела «Примеры использования»resource "mws_resmanager_enabled_service" "compute" { service = "compute"
timeouts = { create = "1h" }}Required
Заголовок раздела «Required»service(String) Идентификатор сервиса
Optional
Заголовок раздела «Optional»project(String) Путь к проектуtimeouts(Attributes) (see below for nested schema)
Nested Schema for timeouts
Заголовок раздела «Nested Schema for timeouts»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).