alicloud_ros_template

Provides a ROS Template resource.

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

Example Usage

Basic Usage

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

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

Import

ROS Template can be imported using the id, e.g.

$ terraform import alicloud_ros_template.example <template_id>