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_cen_instance_attachment" {
source="./modules/alicloud/r/alicloud_cen_instance_attachment"# cen_owner_id - (optional) is a type of numbercen_owner_id=null# child_instance_id - (required) is a type of stringchild_instance_id=null# child_instance_owner_id - (optional) is a type of numberchild_instance_owner_id=null# child_instance_region_id - (required) is a type of stringchild_instance_region_id=null# child_instance_type - (required) is a type of stringchild_instance_type=null# instance_id - (required) is a type of stringinstance_id=nulltimeouts=[{
create =null
delete =null
}]
}
resource"alicloud_cen_instance_attachment""this" {
# cen_owner_id - (optional) is a type of numbercen_owner_id=var.cen_owner_id# child_instance_id - (required) is a type of stringchild_instance_id=var.child_instance_id# child_instance_owner_id - (optional) is a type of numberchild_instance_owner_id=var.child_instance_owner_id# child_instance_region_id - (required) is a type of stringchild_instance_region_id=var.child_instance_region_id# child_instance_type - (required) is a type of stringchild_instance_type=var.child_instance_type# instance_id - (required) is a type of stringinstance_id=var.instance_iddynamic"timeouts" {
for_each=var.timeoutscontent {
# create - (optional) is a type of stringcreate=timeouts.value["create"]
# delete - (optional) is a type of stringdelete=timeouts.value["delete"]
}
}
}