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_ots_instance_attachment" {
source="./modules/alicloud/r/alicloud_ots_instance_attachment"# instance_name - (required) is a type of stringinstance_name=null# vpc_name - (required) is a type of stringvpc_name=null# vswitch_id - (required) is a type of stringvswitch_id=null
}
resource"alicloud_ots_instance_attachment""this" {
# instance_name - (required) is a type of stringinstance_name=var.instance_name# vpc_name - (required) is a type of stringvpc_name=var.vpc_name# vswitch_id - (required) is a type of stringvswitch_id=var.vswitch_id
}