getGlobalForwardingRule

Get a global forwarding rule within GCE from its name.

Example Usage

data "google_compute_global_forwarding_rule" "my-forwarding-rule" {
name = "forwarding-rule-global"
}

Return

A collection of values returned by getGlobalForwardingRule.

Parameters

argument

A collection of arguments for invoking getGlobalForwardingRule.


Return

A collection of values returned by getGlobalForwardingRule.

Parameters

name

The name of the global forwarding rule.

project

The project in which the resource belongs. If it is not provided, the provider project is used.

See also


Return

A collection of values returned by getGlobalForwardingRule.

Parameters

argument

Builder for com.pulumi.gcp.compute.kotlin.inputs.GetGlobalForwardingRulePlainArgs.

See also