18 lines
497 B
Go
Generated
18 lines
497 B
Go
Generated
// Code generated by the Pulumi Terraform Bridge (tfgen) Tool DO NOT EDIT.
|
|
// *** WARNING: Do not edit by hand unless you're certain you know what you are doing! ***
|
|
|
|
package config
|
|
|
|
import (
|
|
"github.com/pulumi/pulumi-xyz/sdk/go/xyz/internal"
|
|
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
|
|
"github.com/pulumi/pulumi/sdk/v3/go/pulumi/config"
|
|
)
|
|
|
|
var _ = internal.GetEnvOrDefault
|
|
|
|
// A region which should be used.
|
|
func GetRegion(ctx *pulumi.Context) string {
|
|
return config.Get(ctx, "xyz:region")
|
|
}
|