green-school-95910
05/14/2020, 6:19 PMbest-lifeguard-91445
05/14/2020, 6:22 PMfamous-jelly-72366
05/14/2020, 6:24 PMfamous-jelly-72366
05/14/2020, 7:01 PMfamous-jelly-72366
05/14/2020, 7:02 PMcold-motherboard-287
05/14/2020, 7:35 PMbest-lifeguard-91445
05/14/2020, 11:24 PM..xxxx is in ROLLBACK_COMPLETE state and can not be updated.
icy-jordan-58549
05/14/2020, 11:38 PMdevelopment
, the repo looks like abandoned, last update in April. Thankskind-mechanic-53546
05/15/2020, 7:03 AMpulumi.runtime.registerStackTransformation
?
I want to set common tags for a group of stacks but when I do pulumi.all
on the output values (which are OutputInstance<any>
), the tags do not get applied, whereas if I use values from config or literals, it works fineabundant-photographer-61227
05/15/2020, 12:32 PMabundant-photographer-61227
05/15/2020, 12:32 PMabundant-photographer-61227
05/15/2020, 12:33 PMpulumi up
abundant-photographer-61227
05/15/2020, 12:33 PMabundant-photographer-61227
05/15/2020, 12:33 PMcreate...
abundant-photographer-61227
05/15/2020, 12:34 PMabundant-photographer-61227
05/15/2020, 12:34 PMrich-easter-89163
05/15/2020, 6:29 PMbreezy-hamburger-69619
05/15/2020, 8:07 PMbest-lifeguard-91445
05/15/2020, 10:22 PMbest-lifeguard-91445
05/16/2020, 2:08 AMgreen-morning-1318
05/17/2020, 1:56 AMincalculable-whale-36468
05/17/2020, 10:49 AMrequire_object
?polite-motherboard-78438
05/17/2020, 11:33 AMconst sshKey = config.requireSecret("admin_pub_key");
const userData = `
#cloud-config
users:
- name: ${adminUser}
ssh-authorized-keys:
- ${sshKey}
sudo: ['ALL=(ALL) NOPASSWD:ALL']
groups: sudo
shell: /bin/bash
`;
It complains that it cant call toString on an Output<T> object on the "sshKey" variable. I just want get the string value from the secret. As simple as that!
Note that in this example I am already inside a string literal. I have tried to create a new variable, following the instructions of using pulumi interpolate, but get the same message. If someone can enlighten me on this, I would be greatfull.rhythmic-camera-25993
05/17/2020, 4:43 PMconst userData = sshKey.apply(key => `
#cloud-config
users:
- name: ${adminUser}
ssh-authorized-keys:
- ${sshKey}
sudo: ['ALL=(ALL) NOPASSWD:ALL']
groups: sudo
shell: /bin/bash
`);
rhythmic-camera-25993
05/17/2020, 4:45 PMawait
or via .then(x => ...)
rhythmic-camera-25993
05/17/2020, 4:45 PMapply
is like then
for a promisefull-dress-10026
05/17/2020, 9:51 PMawsx.cloudwatch.SingleNumberMetricWidget
with the period set to the duration of the cloudwatch dashboard window you're looking at? Without that, statistics seem a bit silly on the dashboard.limited-rainbow-51650
05/18/2020, 9:00 AMsome-chef-79525
05/18/2020, 1:31 PMsome-chef-79525
05/18/2020, 1:32 PMsome-chef-79525
05/18/2020, 1:32 PMfuture-barista-68134
05/18/2020, 1:34 PMsome-chef-79525
05/18/2020, 1:47 PMbroad-dog-22463
05/18/2020, 2:14 PMsome-chef-79525
05/18/2020, 3:01 PMbroad-dog-22463
05/18/2020, 3:02 PM