yandex_organizationmanager_group

Allows management of a single Group within an existing Yandex.Cloud Organization. For more information, see the official documentation.

Example Usage

resource "yandex_organizationmanager_group" group {
  name            = "my-group"
  description     = "My new Group"
  organization_id = "sdf4*********3fr"
}

Argument Reference

The following arguments are supported:

  • name - (Required) The name of the Group.
  • description - (Optional) The description of the Group.
  • organization_id - (Required, Forces new resource) The organization to attach this Group to.

Attributes Reference

  • created_at - (Computed) The SAML Federation creation timestamp.

Import

A Yandex.Cloud Organization Manager Group can be imported using the id of the resource, e.g.:

$ terraform import yandex_organizationmanager_group.group "group_id"
Предыдущая