alicloud_resource_manager_folder

Provides a Resource Manager Folder resource. A folder is an organizational unit in a resource directory. You can use folders to build an organizational structure for resources. For information about Resource Manager Foler and how to use it, see What is Resource Manager Folder.

Example Usage

Basic Usage

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

resource "random_integer" "default" {
  min = 10000
  max = 99999
}

resource "alicloud_resource_manager_folder" "example" {
  folder_name = "${var.name}-${random_integer.default.result}"
}

Argument Reference

The following arguments are supported:

Attributes Reference

Import

Resource Manager Folder can be imported using the id, e.g.

$ terraform import alicloud_resource_manager_folder.example fd-u8B321****