mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-08 07:03:16 -06:00
7 lines
128 B
HCL
7 lines
128 B
HCL
output "vpc_work_id" {
|
|
value = "${alicloud_vpc.work.id}"
|
|
}
|
|
|
|
output "vpc_control_id" {
|
|
value = "${alicloud_vpc.control.id}"
|
|
} |