정리
This commit is contained in:
@ -0,0 +1,4 @@
|
||||
output "attach_id" {
|
||||
value = aws_ec2_transit_gateway_vpc_attachment.tgw-vpc-attatch.id
|
||||
|
||||
}
|
Reference in New Issue
Block a user
@ -0,0 +1,4 @@
|
||||
output "attach_id" {
|
||||
value = aws_ec2_transit_gateway_vpc_attachment.tgw-vpc-attatch.id
|
||||
|
||||
}
|