square-rose-64819
09/09/2020, 9:08 PMlittle-cartoon-10569
09/10/2020, 4:10 AMpulumi preview
is complaining about not having the aws plugin, but it's not telling me what version to install (I think it used to), and I don't know where to look for versions of the aws plugin.
The issue that best describes the problem says that the error message should include the verison number. Plus the link to the trouble-shooting topic is out of date šbest-france-51653
09/10/2020, 9:25 AMminiature-scientist-54855
09/10/2020, 10:20 AMminiature-scientist-54855
09/10/2020, 10:20 AM# pulumi-gke
./main.go:33:6: main redeclared in this block
previous declaration at ./somefile.go:114:6
error: an unhandled error occurred: program exited with non-zero exit code: 2
miniature-scientist-54855
09/10/2020, 10:22 AMdamp-elephant-82829
09/10/2020, 1:01 PMworried-umbrella-80893
09/10/2020, 3:14 PMimportant-appointment-55126
09/10/2020, 3:18 PMworried-umbrella-80893
09/10/2020, 3:19 PMloud-battery-37784
09/10/2020, 3:20 PMloud-battery-37784
09/10/2020, 3:22 PMimportant-appointment-55126
09/10/2020, 3:25 PMpulumi stack
takes ~10 seconds atmimportant-appointment-55126
09/10/2020, 3:25 PMmany-psychiatrist-74327
09/10/2020, 3:27 PMworried-umbrella-80893
09/10/2020, 3:54 PMgentle-diamond-70147
09/10/2020, 3:55 PMfaint-table-42725
09/10/2020, 4:15 PMearly-intern-90238
09/10/2020, 8:23 PMincalculable-dream-27508
09/11/2020, 11:40 AMsteep-angle-29984
09/11/2020, 11:53 AMpulumi stack init --copy-config-from stack
but can that handle different projects somehow?incalculable-dream-27508
09/11/2020, 12:12 PMips = []
hostnames = []
(...)
INSTANCES = {
i: openstack.compute.Instance(...)
for i in range(COUNT)
}
for srv in INSTANCES:
ips.append(INSTANCES[srv].access_ip_v4)
hostnames.append(INSTANCES[srv].name)
pulumi.export('ips', ips)
pulumi.export('hostnames', hostnames)
and that works. I tried adding to it
exported = {}
(...)
exported[INSTANCES[srv].name] = INSTANCES[srv].access_ip_v4
pulumi.export('nodes', exported)
to have a dictionary mapping hostname to IP instead of having separate lists, but it very much doesn't like that. Any ideas what I'm doing wrong?bitter-dentist-28132
09/11/2020, 2:26 PMorange-electrician-25669
09/11/2020, 4:30 PMadamant-advantage-95831
09/11/2020, 4:47 PMsecretsprovider:
and encryptedkey:
entries from my stack configuration file seems to fix my pulumi preview
and pulumi up
being stuck commands. if I run pulumi stack change-secrets-provider "azurekeyvault://<my-url>.net/keys/<my key>"
doesn't seem to do anything. -- Alright I'm dumb. Turns out I needed to add AZURE_TENANT_ID, AZURE_CLIENT_ID, and AZURE_CLIENT_SECRET
to my Environment Variables šthousands-planet-11416
09/11/2020, 5:00 PMworried-city-86458
09/11/2020, 7:08 PMcold-car-67614
09/11/2020, 7:14 PMdamp-elephant-82829
09/12/2020, 8:21 AMcalm-agent-81076
09/12/2020, 2:10 PM