alicloud-dev/examples/basic-networking/outputs.tf
2024-07-26 09:22:47 +08:00

3 lines
49 B
HCL

output "vpc-id" {
value = alicloud_vpc.vpc.id
}