alicloud_ram_group

Provides a RAM Group resource.

Example Usage

# Create a new RAM Group.
resource "alicloud_ram_group" "group" {
  name     = "groupName"
  comments = "this is a group comments."
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

Import

RAM group can be imported using the id or name, e.g.

$ terraform import alicloud_ram_group.example my-group