bumpy-byte-21437
06/04/2022, 10:23 AMbillowy-army-68599
bumpy-byte-21437
06/04/2022, 10:31 AMbillowy-army-68599
ctx.GetStack
bumpy-byte-21437
06/04/2022, 1:13 PMimport (
"<http://github.com/pulumi/pulumi-azure-native/sdk/go/azure/resources|github.com/pulumi/pulumi-azure-native/sdk/go/azure/resources>"
"<http://github.com/pulumi/pulumi-azure-native/sdk/go/azure/storage|github.com/pulumi/pulumi-azure-native/sdk/go/azure/storage>"
"<http://github.com/pulumi/pulumi/sdk/v3/go/pulumi|github.com/pulumi/pulumi/sdk/v3/go/pulumi>"
"<http://github.com/pulumi/pulumi/sdk/v3/go/pulumi/config|github.com/pulumi/pulumi/sdk/v3/go/pulumi/config>"
)
config:
azure-native:location: westeurope
pulumi-azure-go:storage:
EnableHttpsTrafficOnly: true
kind: StorageV2
sku: GRS
Name: pulumi.String(config.Get("sku")),
config := config.New(ctx, "")
Name: config.Get("sku"),
cannot use config.Get("sku") (value of type string) as pulumi.StringInput value in struct literal: string does not implement pulumi.StringInput (missing method ElementType)
billowy-army-68599
bumpy-byte-21437
06/04/2022, 3:54 PM