terraform-demo/modules/nat-gateway/outputs.tf
2023-01-11 01:31:56 +09:00

4 lines
61 B
HCL

output "nat_id" {
value = aws_nat_gateway.example.id
}