Skip to content

Commit

Permalink
Mo: output the peering gateway
Browse files Browse the repository at this point in the history
  • Loading branch information
Binsabbar committed Jan 2, 2023
1 parent e92377b commit 77e6b68
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions modules/network/output.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,8 @@ output "public_subnets" {
}
}

output "lpg" {
value = { for gateway_name, value in oci_core_local_peering_gateway.peering_gateway :
gateway_name => value
}
}

0 comments on commit 77e6b68

Please sign in to comment.