terraform-demo/modules/cgw/outputs.tf
2023-01-22 03:27:54 +09:00

3 lines
58 B
HCL

output "cgw_id" {
value = aws_customer_gateway.main.id
}