alicloud_ros_stack_group

Provides a ROS Stack Group resource.

For information about ROS Stack Group and how to use it, see What is Stack Group.

Example Usage

Basic Usage

resource "alicloud_ros_stack_group" "example" {
  stack_group_name = "example_value"
  template_body    = <<EOF
    {
        "ROSTemplateFormatVersion": "2015-09-01"
    }
    EOF
}
    {
        "ROSTemplateFormatVersion": "2015-09-01"
    }
    EOF
}

Argument Reference

The following arguments are supported:

Block parameters

The parameters supports the following:

Attributes Reference

The following attributes are exported:

Timeouts

The timeouts block allows you to specify timeouts for certain actions:

Import

ROS Stack Group can be imported using the id, e.g.

$ terraform import alicloud_ros_stack_group.example <stack_group_name>