ancient-megabyte-79588
07/03/2020, 8:58 PMancient-megabyte-79588
07/03/2020, 8:58 PMancient-megabyte-79588
07/03/2020, 8:59 PMancient-megabyte-79588
07/03/2020, 8:59 PMancient-megabyte-79588
07/03/2020, 9:00 PMancient-megabyte-79588
07/03/2020, 9:00 PMancient-megabyte-79588
07/03/2020, 9:02 PMancient-megabyte-79588
07/03/2020, 9:02 PMdazzling-sundown-39670
07/04/2020, 11:10 AMpulumi preview
it wants to update my digitaloceans k8s cluster. I have version
set to latest but I've tried with 1.18
as well, same results.fresh-pilot-59899
07/05/2020, 12:39 PM=== RUN TestPulumiInt
[ Pulumitest ] Launching test...
[ Pulumitest ] Launching Pulumi ProgramTest...
=== PAUSE TestPulumiInt
=== CONT TestPulumiInt
TestPulumiInt: program.go:546: Skipping: PULUMI_ACCESS_TOKEN is not set
--- SKIP: TestPulumiInt (0.00s)
Is there a way to configure the local backend when running integration tests? From the Code I see that only CloudUrl is supported: https://github.com/pulumi/pulumi/blob/b77ec919d4957cae450003bd8d28cf634a9703fe/pkg/testing/integration/program.go#L1077thousands-train-20124
07/05/2020, 2:44 PMdamp-elephant-82829
07/05/2020, 6:37 PMbright-policeman-55860
07/06/2020, 12:21 PMfrom pulumi_azure import core
resource_group = core.ResourceGroup("foo")
core.ResourceGroup(resource_group.name + "bar")
With this I get the error unsupported operand type(s) for +: 'Output' and 'str'
, which is expected. And now:
from pulumi_azure import core
resource_group = core.ResourceGroup("foo")
core.ResourceGroup(Output.concat(resource_group.name, "bar"))
But with this I get the error TypeError: Expected resource name to be a string
. Same thing happens if I use an apply
. So is there any way to do it? What is the alternative? Thank you.rhythmic-napkin-82334
07/06/2020, 1:44 PMhttps://www.pulumi.com/images/docs/reference/engine-block-diagram.pngā¾
dazzling-sundown-39670
07/06/2020, 1:54 PMripe-xylophone-26538
07/06/2020, 3:50 PMdazzling-sundown-39670
07/06/2020, 5:09 PMtemplate:
config:
subdomain:
description: The subdomain this deploy is using
default: m2
When is default
used? Is this only for documentation? In Pulumi.yaml
famous-bear-66383
07/07/2020, 8:29 AMnumerous-processor-60508
07/07/2020, 1:05 PMrhythmic-napkin-82334
07/07/2020, 1:51 PMfamous-jelly-72366
07/07/2020, 2:06 PMcold-island-72970
07/07/2020, 4:10 PMcold-island-72970
07/07/2020, 4:11 PMcold-island-72970
07/07/2020, 4:11 PMbest-lifeguard-91445
07/07/2020, 4:25 PMerror: Preview failed: refreshing urn:pulumi:stage::aws::aws:cloudfront/originAccessIdentity:OriginAccessIdentity::cf-use1-stage-access-identity-cloudfront: NoSuchCloudFrontOriginAccessIdentity: The specified CloudFront origin access identity does not exist.
How do I fix this?calm-pizza-15027
07/07/2020, 6:04 PMcalm-pizza-15027
07/07/2020, 6:16 PMdazzling-art-91796
07/08/2020, 1:00 AMvictorious-gigabyte-4729
07/08/2020, 4:15 AMmagnificent-airport-79411
07/08/2020, 7:51 AM