Provides a Cloud Monitor Service Enterprise Public resource. Hybrid Cloud Monitoring.
For information about Cloud Monitor Service Enterprise Public and how to use it, see What is Enterprise Public.
Basic Usage
variable "name" {
default = "terraform-example"
}
provider "alicloud" {
region = "cn-hangzhou"
}
resource "alicloud_cloud_monitor_service_enterprise_public" "default" {
}
The following attributes are exported:
id
- The ID of the resource supplied above.create_time
- The creation time of the resource.The timeouts
block allows you to specify timeouts for certain actions:
create
- (Defaults to 5 mins) Used when create the Enterprise Public.delete
- (Defaults to 5 mins) Used when delete the Enterprise Public.Cloud Monitor Service Enterprise Public can be imported using the id, e.g.
$ terraform import alicloud_cloud_monitor_service_enterprise_public.example <id>