日本熟妇hd丰满老熟妇,中文字幕一区二区三区在线不卡 ,亚洲成片在线观看,免费女同在线一区二区

alicloud_resource_manager_folder

更新時(shí)間:

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.

-> NOTE: Available since v1.82.0.

-> NOTE: A maximum of five levels of folders can be created under the root 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:

  • folder_name - (Required) The name of the folder. The name must be 1 to 24 characters in length and can contain letters, digits, underscores (_), periods (.), and hyphens (-).
  • parent_folder_id (Optional, ForceNew) The ID of the parent folder. If not set, the system default value will be used.

Attributes Reference

  • id - The ID of the folder.

Import

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

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