output "vcn_name" { description = "VCN 名称" value = var.vcn_name } output "cidr_block" { description = "CIDR 地址块" value = var.cidr_block }