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_yundun_dbaudit_instance" {
source="./modules/alicloud/r/alicloud_yundun_dbaudit_instance"# description - (required) is a type of stringdescription=null# period - (optional) is a type of numberperiod=null# plan_code - (required) is a type of stringplan_code=null# resource_group_id - (optional) is a type of stringresource_group_id=null# tags - (optional) is a type of map of stringtags={}
# vswitch_id - (required) is a type of stringvswitch_id=nulltimeouts=[{
create =null
update =null
}]
}
resource"alicloud_yundun_dbaudit_instance""this" {
# description - (required) is a type of stringdescription=var.description# period - (optional) is a type of numberperiod=var.period# plan_code - (required) is a type of stringplan_code=var.plan_code# resource_group_id - (optional) is a type of stringresource_group_id=var.resource_group_id# tags - (optional) is a type of map of stringtags=var.tags# vswitch_id - (required) is a type of stringvswitch_id=var.vswitch_iddynamic"timeouts" {
for_each=var.timeoutscontent {
# create - (optional) is a type of stringcreate=timeouts.value["create"]
# update - (optional) is a type of stringupdate=timeouts.value["update"]
}
}
}