bored-river-53178
07/02/2020, 5:35 PMbored-river-53178
07/02/2020, 5:51 PMaloof-caravan-76795
07/02/2020, 6:48 PMmillions-judge-24978
07/02/2020, 7:22 PM--expect-no-changes
from other errors?faint-motherboard-95438
07/03/2020, 8:29 AMCustomResource
to run it once at the create state and never again, but we never did one, we always do ComponentResource
.
Does anyone would have examples or some thoughts about that please ?bitter-tiger-55434
07/03/2020, 1:33 PMpulumi refresh
to sync k8s cluster's status to local stack. But when I tried to apply the previous code by using pulumi up
, it tells me there is no updates. Is there anything I misunderstand about pulumi refresh
?miniature-leather-70472
07/03/2020, 2:01 PMgifted-student-18589
07/03/2020, 8:02 PMgifted-student-18589
07/03/2020, 8:06 PMancient-megabyte-79588
07/03/2020, 8:36 PMancient-megabyte-79588
07/03/2020, 8:36 PMancient-megabyte-79588
07/03/2020, 8:37 PMancient-megabyte-79588
07/03/2020, 8:37 PMancient-megabyte-79588
07/03/2020, 8:39 PMbillowy-army-68599
07/03/2020, 8:55 PMcURL
for example? do you see any response code or error log in the chrome console that might help us debug?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 PMdazzling-sundown-39670
07/06/2020, 1:54 PMbillowy-army-68599
07/06/2020, 2:22 PMdazzling-sundown-39670
07/06/2020, 2:23 PMbillowy-army-68599
07/06/2020, 2:25 PMdazzling-sundown-39670
07/06/2020, 5:09 PMci.json
from stack
to organisation/stack
and it seems to work!