alicloud_datahub_project

The project is the basic unit of resource management in Datahub Service and is used to isolate and control resources. It contains a set of Topics. You can manage the datahub sources of an application by using projects. Refer to details.

Example Usage

Basic Usage

variable "name" {
  default = "tf_example"
}
resource "alicloud_datahub_project" "example" {
  name    = var.name
  comment = "created by terraform"
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

Import

Datahub project can be imported using the name or ID, e.g.

$ terraform import alicloud_datahub_project.example tf_datahub_project