alicloud_eflo_er

更新时间:

Provides a Eflo Er resource.

For information about Eflo Er and how to use it, see What is Er.

-> NOTE: Available since v1.258.0.

Example Usage

Basic Usage


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

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

data "alicloud_resource_manager_resource_groups" "default" {}


resource "alicloud_eflo_er" "default" {
  er_name        = "er-example-tf"
  master_zone_id = "cn-hangzhou-a"
  description    = "example"
}

Argument Reference

The following arguments are supported:

  • description - (Optional) Description.
  • er_name - (Required) Lingjun HUB name
  • master_zone_id - (Required, ForceNew) Primary zone
  • resource_group_id - (Optional, Computed) The ID of the resource group instance.
  • tags - (Optional, Map) Label List

Attributes Reference

The following attributes are exported:

  • id - The ID of the resource supplied above.
  • create_time - The creation time of the resource
  • region_id - region information
  • status - Status

Timeouts

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

  • create - (Defaults to 5 mins) Used when create the Er.
  • delete - (Defaults to 5 mins) Used when delete the Er.
  • update - (Defaults to 5 mins) Used when update the Er.

Import

Eflo Er can be imported using the id, e.g.

$ terraform import alicloud_eflo_er.example <id>