mirror of https://github.com/pulumi/pulumi.git
17 lines
444 B
Go
17 lines
444 B
Go
// Code generated by test DO NOT EDIT.
|
|
// *** WARNING: Do not edit by hand unless you're certain you know what you are doing! ***
|
|
|
|
package config
|
|
|
|
import (
|
|
"config-variables/example/internal"
|
|
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
|
|
"github.com/pulumi/pulumi/sdk/v3/go/pulumi/config"
|
|
)
|
|
|
|
var _ = internal.GetEnvOrDefault
|
|
|
|
func GetHttpRetryWaitMax(ctx *pulumi.Context) float64 {
|
|
return config.GetFloat64(ctx, "example:httpRetryWaitMax")
|
|
}
|