alicloud_cloud_monitor_service_basic_public

更新时间:

Provides a Cloud Monitor Service Basic Public resource.

For information about Cloud Monitor Service Basic Public and how to use it, see What is Basic Public.

-> NOTE: Available since v1.215.0.

Example Usage

Basic Usage


variable "name" {
  default = "terraform-example"
}

provider "alicloud" {
  region = "cn-hangzhou"
}


resource "alicloud_cloud_monitor_service_basic_public" "default" {
}

Attributes Reference

The following attributes are exported:

  • id - The ID of the resource supplied above.
  • create_time - The creation time of the resource.

Timeouts

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

  • create - (Defaults to 5 mins) Used when create the Basic Public.
  • delete - (Defaults to 5 mins) Used when delete the Basic Public.

Import

Cloud Monitor Service Basic Public can be imported using the id, e.g.

$ terraform import alicloud_cloud_monitor_service_basic_public.example <id>