victorious-xylophone-55816
02/23/2020, 9:29 PMmost-spoon-17568
02/23/2020, 10:09 PMkind-mechanic-53546
02/24/2020, 12:52 AM[DEBUG]
diagnostics?
e.g.
Diagnostics:
pulumi:pulumi:Stack (...):
2020/02/24 11:50:18 [DEBUG] Registering Data Sources for "Analysis Services"..
2020/02/24 11:50:18 [DEBUG] Registering Resources for "Analysis Services"..
2020/02/24 11:50:18 [DEBUG] Registering Data Sources for "API Management"..
2020/02/24 11:50:18 [DEBUG] Registering Resources for "API Management"..
2020/02/24 11:50:18
My google-fu is clearly failing mehundreds-portugal-17080
02/24/2020, 2:49 AMvictorious-xylophone-55816
02/24/2020, 4:41 AMvictorious-xylophone-55816
02/24/2020, 4:41 AMvictorious-xylophone-55816
02/24/2020, 4:41 AMvictorious-xylophone-55816
02/24/2020, 4:41 AMprehistoric-application-36248
02/24/2020, 4:44 AMmany-pager-81954
02/24/2020, 12:40 PMpulumi:providers:aws default_1_22_0 error: no resource plugin 'aws-v1.22.0' found in the workspace or on your $PATH, install the plugin using pulumi plugin
Is there a way to pin pulumi and the plugins to particular versions so that we can choose when to do the update and not be forced into it? The step config we're using currently is:
pulumi_deploy_production:
description: Deploy to production
type: freestyle
stage: release
image: pulumi/pulumi:v1.7.1
working_directory: "infrastructure/pulumi/production"
commands:
- cd ../common && npm install
- cd ../production && npm install
- pulumi plugin install resource aws v1.15.0
- pulumi stack select MachineLabsLtd/production --non-interactive
- pulumi up --non-interactive --skip-preview --yes
sticky-lighter-73941
02/24/2020, 4:48 PMcalm-quill-21760
02/24/2020, 5:34 PMreturn new Promise(resolve => return pulumi.output(variable_name).apply(val => {resolve (val);})
The returned object looks correct, though Typescript seems to have lost all concept of the object types being returned.
This makes me think about the AWS SDK where you can add .promise() to the end of a number of calls to work cleanly with await.
I'm far from being a Typescript guru, but how difficult is it to have something similar in Pulumi?cool-egg-852
02/24/2020, 6:59 PMgray-city-50684
02/24/2020, 7:22 PMtall-stone-8237
02/24/2020, 9:08 PMdazzling-area-7593
02/25/2020, 4:08 AMpulumi up
but it fails everytime with a No security group with ID "XXX"
error message. I am not able to modify my infrastructure because of those 2 resources. I tried removing the resources from the state by specifying the urn and it can’t find them either…millions-journalist-34868
02/25/2020, 8:13 AMboundless-airport-99052
02/25/2020, 8:32 AMlimited-rainbow-51650
02/25/2020, 11:03 AMpulumi.ComponentResource
subclass, I add these custom resource options:
parent: this,
aliases: [{ parent: pulumi.getStack() }]
However, I still see a create
and delete
as separate lines in my Pulumi preview. How can I make this work?colossal-plastic-46140
02/25/2020, 2:09 PMpulumi.config.require_object("config")
if the config
object has data that was deemed a secret. I am trying to understand if require_object
automatically translates the portion of the object into a secret that was set by using pulumi config set --secret. FWIW it seems to mask the secret in pulumi preview, but when writing the state file it seems to be showing keys in plain text.great-fireman-56191
02/25/2020, 3:46 PMsalmon-needle-46218
02/25/2020, 9:47 PMripe-lighter-13633
02/25/2020, 10:05 PM.all().apply()
, .output()
, .interpolate()
, … idk what to do..calm-quill-21760
02/25/2020, 10:06 PMripe-lighter-13633
02/25/2020, 10:07 PMcalm-quill-21760
02/25/2020, 10:08 PMripe-lighter-13633
02/25/2020, 10:10 PMripe-lighter-13633
02/25/2020, 10:11 PMcalm-quill-21760
02/25/2020, 10:11 PMripe-lighter-13633
02/25/2020, 10:11 PM