Ensure all modules have an id output (#1410)
* net-vpc * a-d * complete modules * fix error
This commit is contained in:
committed by
GitHub
parent
f069562998
commit
884cb8b4bf
@@ -14,6 +14,11 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
output "id" {
|
||||
description = "Fully qualified NAT (router) id."
|
||||
value = google_compute_router_nat.nat.id
|
||||
}
|
||||
|
||||
output "name" {
|
||||
description = "Name of the Cloud NAT."
|
||||
value = google_compute_router_nat.nat.name
|
||||
|
||||
Reference in New Issue
Block a user