alicloud_data_works_folder

Provides a Data Works Folder resource.

For information about Data Works Folder and how to use it, see What is Folder.

Example Usage

Basic Usage

resource "alicloud_data_works_folder" "example" {
  project_id  = "320687"
  folder_path = "Business Flow/tfTestAcc/folderDi/tftest1"
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

Import

Data Works Folder can be imported using the id, e.g.

$ terraform import alicloud_data_works_folder.example <folder_id>:<$.ProjectId>