alicloud_oos_templates

This data source provides a list of OOS Templates in an Alibaba Cloud account according to the specified filters.

Example Usage

# Declare the data source

data "alicloud_oos_templates" "example" {
  name_regex = "test"
  tags={
    "Created" = "TF",
    "For" = "template Test"
  }
  share_type = "Private"
  has_trigger = false
}


output "first_template_name" {
  value = "${data.alicloud_oos_templates.example.templates.0.template_name}"
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported in addition to the arguments listed above: