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_pvtz_zone_record" {
source="./modules/alicloud/r/alicloud_pvtz_zone_record"# lang - (optional) is a type of stringlang=null# priority - (optional) is a type of numberpriority=null# remark - (optional) is a type of stringremark=null# resource_record - (optional) is a type of stringresource_record=null# rr - (optional) is a type of stringrr=null# status - (optional) is a type of stringstatus=null# ttl - (optional) is a type of numberttl=null# type - (required) is a type of stringtype=null# user_client_ip - (optional) is a type of stringuser_client_ip=null# value - (required) is a type of stringvalue=null# zone_id - (required) is a type of stringzone_id=nulltimeouts=[{
create =null
delete =null
update =null
}]
}
resource"alicloud_pvtz_zone_record""this" {
# lang - (optional) is a type of stringlang=var.lang# priority - (optional) is a type of numberpriority=var.priority# remark - (optional) is a type of stringremark=var.remark# resource_record - (optional) is a type of stringresource_record=var.resource_record# rr - (optional) is a type of stringrr=var.rr# status - (optional) is a type of stringstatus=var.status# ttl - (optional) is a type of numberttl=var.ttl# type - (required) is a type of stringtype=var.type# user_client_ip - (optional) is a type of stringuser_client_ip=var.user_client_ip# value - (required) is a type of stringvalue=var.value# zone_id - (required) is a type of stringzone_id=var.zone_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"]
# update - (optional) is a type of stringupdate=timeouts.value["update"]
}
}
}