google_compute_forwarding_rule

Get a forwarding rule within GCE from its name.

Example Usage

data "google_compute_forwarding_rule" "my-forwarding-rule" {
  name = "forwarding-rule-us-east1"
}

Argument Reference

The following arguments are supported:


Attributes Reference

See google_compute_forwarding_rule resource for details of the available attributes.