alicloud_vpc_ipam_service
更新时间:2025-03-02 16:53:54
Provides a Vpc Ipam Service resource.
Ipam service, used to support automatic provisioning of Terraform.
For information about Vpc Ipam Service and how to use it, see What is Service.
-> NOTE: Available since v1.242.0.
Example Usage
Basic Usage
variable "name" {
default = "terraform-example"
}
provider "alicloud" {
region = "cn-hangzhou"
}
resource "alicloud_vpc_ipam_service" "default" {
}
Deleting alicloud_vpc_ipam_service
or removing it from your configuration
Terraform cannot destroy resource alicloud_vpc_ipam_service
. Terraform will remove this resource from the state file, however resources may remain.
Argument Reference
The following arguments are supported:
Attributes Reference
The following attributes are exported:
id
- The ID of the resource supplied above.The value is formulated as ``.enabled
- Whether the IPAM service has been activated.
Timeouts
The timeouts
block allows you to specify timeouts for certain actions:
create
- (Defaults to 5 mins) Used when create the Service.
Import
Vpc Ipam Service can be imported using the id, e.g.
$ terraform import alicloud_vpc_ipam_service.example
该文章对您有帮助吗?
- 本页导读 (1)
- Example Usage
- Deleting alicloud_vpc_ipam_service or removing it from your configuration
- Argument Reference
- Attributes Reference
- Timeouts
- Import