observe_rbac_group#

Manages a RBAC group.

Example Usage#

resource "observe_rbac_group" "example" {
  name = "engineering"
  description = "Engineering RBAC Group"
}

Schema#

Required#

  • name (String) RbacGroup name. Must be unique per account.

Optional#

  • description (String) RbacGroup description.

Read-Only#

  • id (String) The ID of this resource.

  • oid (String) The Observe ID for rbacGroup.

Import#

Import is supported using the following syntax:

terraform import observe_rbac_group.example 1414010