Перейти к содержимому

Ресурс для подключения сервисов в проекте

terraform
resource "mws_resmanager_enabled_service" "compute" {
service = "compute"
timeouts = {
create = "1h"
}
}
  • service (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).