dcos_security_org_group

Resource: dcos_security_org_group

Provides a resource for creating DC/OS user groups.

Example Usage

# Create a group
provider "dcos" {
  cluster = "my-cluster"
}

resource "dcos_security_org_group" "testgroup" {
  gid         = "testgroup"
  description = "This group is for testing only"
}

Argument Reference

The following arguments are supported

  • gid (Required) User ID to apply the grant on.
  • description (Optional) a description for the group.

Attributes Reference

addition to all arguments above, the following attributes are exported: