mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-23 23:22:57 -06:00
7 lines
128 B
Terraform
7 lines
128 B
Terraform
|
output "vpc_work_id" {
|
||
|
value = "${alicloud_vpc.work.id}"
|
||
|
}
|
||
|
|
||
|
output "vpc_control_id" {
|
||
|
value = "${alicloud_vpc.control.id}"
|
||
|
}
|