Get a global forwarding rule within GCE from its name.
data "google_compute_global_forwarding_rule" "my-forwarding-rule" {
name = "forwarding-rule-global"
}
The following arguments are supported:
name
- (Required) The name of the global forwarding rule.project
- (Optional) The project in which the resource belongs. If it
is not provided, the provider project is used.See google_compute_global_forwarding_rule resource for details of the available attributes.