alicloud_pvtz_user_vpc_authorization

Provides a Private Zone User Vpc Authorization resource.

Example Usage

Basic Usage

variable "authorized_user_id" {
  default = 123456789
}
resource "alicloud_pvtz_user_vpc_authorization" "example" {
  authorized_user_id = var.authorized_user_id
  auth_channel       = "RESOURCE_DIRECTORY"
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

Timeouts

The timeouts block allows you to specify timeouts for certain actions:

Import

Private Zone User Vpc Authorization can be imported using the id, e.g.

$ terraform import alicloud_pvtz_user_vpc_authorization.example <authorized_user_id>:<auth_type>