UNPKG

@pulumi/gcp

Version:

A Pulumi package for creating and managing Google Cloud Platform resources.

22 lines 754 B
import * as pulumi from "@pulumi/pulumi"; /** * Returns a region name derived from a provided zone. * * For more information about using provider-defined functions with Terraform see the official documentation. * * ## Example Usage * * ## Signature */ export declare function regionFromZone(zone: string, opts?: pulumi.InvokeOptions): Promise<string>; /** * Returns a region name derived from a provided zone. * * For more information about using provider-defined functions with Terraform see the official documentation. * * ## Example Usage * * ## Signature */ export declare function regionFromZoneOutput(zone: pulumi.Input<string>, opts?: pulumi.InvokeOutputOptions): pulumi.Output<string>; //# sourceMappingURL=regionFromZone.d.ts.map