You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
module"alicloud_api_gateway_vpc_access" {
source="./modules/alicloud/r/alicloud_api_gateway_vpc_access"# instance_id - (required) is a type of stringinstance_id=null# name - (required) is a type of stringname=null# port - (required) is a type of numberport=null# vpc_id - (required) is a type of stringvpc_id=null
}
resource"alicloud_api_gateway_vpc_access""this" {
# instance_id - (required) is a type of stringinstance_id=var.instance_id# name - (required) is a type of stringname=var.name# port - (required) is a type of numberport=var.port# vpc_id - (required) is a type of stringvpc_id=var.vpc_id
}