pulumi/pkg/codegen/internal/test/testdata/azure-sa.pp

12 lines
223 B
ObjectPascal
Raw Normal View History

config resourceGroupNameParam string {
}
resourceGroupVar = invoke("azure:core/getResourceGroup:getResourceGroup", {
name = resourceGroupNameParam
})
config locationParam string {
default = resourceGroupVar.location
}