To get more information about Snapshot, see:
data "google_compute_router_nat" "foo" {
name = "my-nat"
router = "my-router"
}
The following arguments are supported:
name
- (Required) Name of the NAT service. The name must be 1-63 characters long and
comply with RFC1035.
router
- (Required)
The name of the Cloud Router in which this NAT will be configured.
project
- (Optional) The ID of the project in which the resource belongs.
If it is not provided, the provider project is used.
region
- (Optional) Region where the router and NAT reside.
See google_compute_router_nat resource for details of the available attributes.