miniature-leather-70472
11/17/2020, 11:21 AMagreeable-ram-97887
11/17/2020, 11:43 AMpulumi preview
without actually comparing against the current stack? I am trying to test if the pulumi code compiles without error in a CICD script, and at this point don't actually care about the changes it may or may not causeagreeable-ram-97887
11/17/2020, 12:19 PMhigh-morning-17948
11/17/2020, 2:38 PMrhythmic-napkin-82334
11/17/2020, 4:07 PMpulumi up
to the merge request overview on GitLab.
The ressource changes from the pulumi preview
show up properly (see image) but no output from pulumi up
is added afterwards..
It would be good to get the output, since there are cases in which pulumi up
throws some errors that are important to be notified of...
Does anyone know a trick?hundreds-musician-51496
11/17/2020, 4:53 PMfierce-engine-31599
11/17/2020, 4:57 PMfuture-nail-59564
11/17/2020, 5:27 PMagreeable-ram-97887
11/17/2020, 6:22 PMwooden-account-17701
11/17/2020, 6:34 PMhundreds-musician-51496
11/18/2020, 1:16 AMpulumi state delete
to remove a resource that is "pending delete". However, the URN refers to two resources. When I run pulumi state delete
I get the following prompt:
Multiple resources with the given URN exist, please select the one to edit: [Use arrows to move, enter to select, type to filter]
> "handle-request-ap-1782-resources-resources-ci-901d9e4"
"handle-request-ap-1782-resources-resources-ci-b67bf05" (Pending Deletion)
Is there any way to select the second one non-interactively? I want to do this on my CI server.wet-soccer-72485
11/18/2020, 5:31 PMorgName
so that I can use the shorthand for referring to a stack? So instead of having to write pulumi stack select myorg/mystack
I can just define myorg
as the default, and just do pulumi stack select mystack
?faint-australia-78690
11/18/2020, 6:15 PMwonderful-manchester-62734
11/19/2020, 6:51 AMrhythmic-napkin-82334
11/19/2020, 7:24 AMpulumi destroy
via GitLab CI?
Is it even possible?
Cheers
Robinbrash-psychiatrist-86349
11/19/2020, 8:53 AMtest-api-c0163d9
test-lambda-6e02bf9
How this hash is generated and how can I choose a string to replace it?dazzling-sundown-39670
11/19/2020, 2:30 PMsteep-angle-29984
11/19/2020, 3:05 PMDuplicate resource URN
error, but URN is unique. The URN is very long(->307), can that be the cause of the error?dazzling-sundown-39670
11/19/2020, 4:00 PMError: Missing required configuration variable 'project:domain'
running in NodeJSearly-glass-64522
11/19/2020, 4:34 PMicy-london-56932
11/19/2020, 6:21 PMkubecontext
for a Helm chart resource?billowy-nightfall-59212
11/19/2020, 7:57 PMpulumi
with other tools in kubecon
https://kccncna20.sched.com/event/ek9o/five-hundred-twenty-five-thousand-six-hundred-k8s-clis-phillip-wittrock-gabbi-fisher-applebumpy-portugal-31592
11/19/2020, 10:32 PMearly-glass-64522
11/19/2020, 11:07 PMicy-london-56932
11/19/2020, 11:28 PMambitious-father-68746
11/20/2020, 1:39 AMpulumi update
will only show the details as secret
. For example, on an AWS Task Definition:
~ containerDefinitions: "[secret]" => "[secret]"
I really want to see what's about to change on that containerDefinition
. Is there a way to show those secret values?quiet-agency-98780
11/20/2020, 5:42 AMalert-raincoat-81485
11/20/2020, 6:47 AMingress=[aws.ec2.SecurityGroupIngressArgs(
AttributeError: module 'pulumi_aws.ec2' has no attribute 'SecurityGroupIngressArgs'
The code was referred from an Pulumi docs example.
security_group = aws.ec2.SecurityGroup( # type: ignore
"secgrp",
description="Splunk Hybrid cloud security group",
vpc_id=vpcid,
ingress=[aws.ec2.SecurityGroupIngressArgs(
description="TLS from VPC",
from_port=443,
to_port=443,
protocol="tcp",
cidr_blocks=["0.0.0.0/0"],
)],
egress=[aws.ec2.SecurityGroupEgressArgs(
from_port=0,
to_port=0,
protocol="-1",
cidr_blocks=["0.0.0.0/0"],
)],
)
Any suggestions?narrow-area-20379
11/20/2020, 7:45 AMsparse-dream-33326
11/20/2020, 12:21 PMsparse-dream-33326
11/20/2020, 12:21 PM