steep-toddler-98503
06/06/2019, 11:37 PMfull-dress-10026
06/07/2019, 4:05 PMpulumi.dynamic.Resource
be a function?full-dress-10026
06/07/2019, 4:44 PMpulumi.dynamic.Resource
, I get this diff message [diff: ~__provider]
. What does this mean?boundless-monkey-50243
06/07/2019, 5:31 PMcool-egg-852
06/07/2019, 5:49 PMmaxPodsPerNode, namePrefix, nodeCount
, etc.early-musician-41645
06/07/2019, 6:18 PMupdate
check if a scheduled pipeline already exists via the gitlab API, and if it doesn't then create one
- during destroy
check if a scheduled pipeline already exists via the gitlab API, and if it does then delete it
Is this reasonable? Is there a better approach for doing this?average-dream-51210
06/07/2019, 7:18 PMaverage-dream-51210
06/07/2019, 7:18 PMaverage-dream-51210
06/07/2019, 7:19 PMaverage-dream-51210
06/07/2019, 7:19 PMaverage-dream-51210
06/07/2019, 7:19 PMaverage-dream-51210
06/07/2019, 7:20 PMbillowy-garage-68819
06/07/2019, 7:42 PMstocky-island-3676
06/07/2019, 7:53 PMpulumi up
?
In the same update, I’m also deleting a big Helm chart (kube-prometheus
) and that creates a very, very big details list. Therefore, if I can select just one resource (which is not of that chart’s resources) would help a lot.billowy-laptop-45963
06/07/2019, 8:24 PMmany-vase-67759
06/07/2019, 9:47 PMmany-vase-67759
06/07/2019, 9:49 PMfierce-dinner-20116
06/07/2019, 10:43 PMstraight-napkin-70642
06/07/2019, 10:50 PMearly-musician-41645
06/07/2019, 11:20 PMcreate
method that works when I do pulumi up
.
The create
method makes a POST
to a server API, and then it gets back a result object with some data about the created resource, e.g. id
, owner
, etc.
I'd like to be able to do something like:
console.log(myNewResource.id);
However, I'm not sure how to expose the returned values in the resource's state.
Any pointers or examples?full-dress-10026
06/07/2019, 11:53 PMaws.sqs.Queue
?average-dream-51210
06/08/2019, 12:59 AMaverage-dream-51210
06/08/2019, 1:00 AMaverage-dream-51210
06/08/2019, 1:30 AMprotected: true
flag on an AWS Secrets manager resource. I changed the resource name and took the protected flag off because it coudln't delete a protected resource to do a renaming.
It's still giving me a protection error even with protected flag gone:average-dream-51210
06/08/2019, 1:30 AMerror: Preview failed: refusing to delete protected resource 'urn:pulumi:develop::savor-live::aws:secretsmanager/secret:Secret::
average-dream-51210
06/08/2019, 1:31 AMaverage-dream-51210
06/08/2019, 1:31 AMaverage-dream-51210
06/08/2019, 1:38 AMpulumi up
?average-dream-51210
06/08/2019, 1:44 AMbig-glass-16858
06/08/2019, 8:09 AMpulumi
binary with a python script that does the job but it feels very hacky and not secure. anyone have an idea ?big-glass-16858
06/08/2019, 8:09 AMpulumi
binary with a python script that does the job but it feels very hacky and not secure. anyone have an idea ?white-balloon-205
06/09/2019, 4:43 PM—json
support, though I believe it waits till completion. That may work for you?
Note that you can also retrieve data from the pulumi service if you need to check on the status of a deployment. These REST APIs aren’t yet documented, but are generally stable since we have arbitrarily old CLI clients using them.big-glass-16858
06/11/2019, 12:22 PM