faint-forest-37701
04/09/2021, 3:10 PMbumpy-summer-9075
04/09/2021, 5:51 PMshy-football-10348
04/09/2021, 6:07 PMaccount_id = aws.get_caller_identity().account_id
lemon-machine-35564
04/09/2021, 7:59 PMerror: [500] Internal Server Error
when running commands.limited-planet-95090
04/09/2021, 11:52 PMorange-king-87298
04/10/2021, 7:29 AMbetter-shampoo-48884
04/11/2021, 5:03 PMlimited-caravan-48625
04/11/2021, 5:37 PMError: code: 255
stdout:
stderr: error: PULUMI_ACCESS_TOKEN must be set for login during non-interactive CLI sessions
err?:
Is there something special i need to do to setup my access token on Github actions? I couldn't find anything in the docs or in the pulumi dashboard.purple-train-14007
04/11/2021, 6:51 PMproud-pizza-80589
04/11/2021, 7:26 PMaarch64
which is not matched in the case.
#6 10.40 error: We're sorry, but it looks like Pulumi is not supported on your platform
#6 10.40 We support 64-bit versions of Linux and macOS and are interested in supporting
#6 10.40 more platforms. Please open an issue at <https://github.com/pulumi/pulumi> and
#6 10.40 let us know what platform you're using!
#6 10.40
#6 10.40 We're sorry, but it looks like something might have gone wrong during installation.
#6 10.40 If you need help, please join us on <https://slack.pulumi.com/>
broad-dog-22463
04/11/2021, 7:27 PMproud-pizza-80589
04/11/2021, 7:27 PMbroad-dog-22463
04/11/2021, 7:27 PMbroad-dog-22463
04/11/2021, 7:27 PMbroad-dog-22463
04/11/2021, 7:28 PMproud-pizza-80589
04/11/2021, 7:29 PMproud-pizza-80589
04/11/2021, 7:30 PMworried-queen-62794
04/11/2021, 9:24 PMdelightful-jordan-36077
04/12/2021, 3:56 AMpurple-train-14007
04/12/2021, 6:36 AMechoing-postman-88590
04/12/2021, 1:51 PMOutput.concat("date >/tmp/data; echo ", vm.name, " >/tmp/out")
, but I get <pulumi.output.Output object at 0x7f947407e1c0>
any ideas? Thanksalert-gpu-24581
04/12/2021, 5:12 PMalert-gpu-24581
04/12/2021, 5:12 PMalert-gpu-24581
04/12/2021, 5:13 PMadorable-action-51248
04/12/2021, 6:04 PMconst mapping = new gcp.cloudrun.DomainMapping(...);
const records = mapping.status.resourceRecords?.apply(rs => rs ?? []) ?? pulumi.output([]);
const domainMapping = new gcp.dns.RecordSet(`${prefix}-a-records`, {
name: 'xxx.',
managedZone: zone.name,
type: 'A',
ttl: 3600,
rrdatas: records.apply(rs => rs.map(r => r.rrdata)),
}, {
dependsOn: [zone, mapping],
deleteBeforeReplace: true,
});
according to the docs i would need to replace mapping.status
with mapping.statuses[0]
.
however, it seems that statuses
is an empty array. The error messages I receive is:
Error 400: Invalid value for 'entity.change.deletions[0].rrdata': '<empty>'
More details:
Reason: invalid, Message: Invalid value for 'entity.change.deletions[0].rrdata': '<empty>'
Reason: invalid, Message: Invalid value for 'entity.change.additions[0].rrdata': '<empty>'
when i add domainMapping.statuses.apply(s => console.error(JSON.stringify(s))
it prints undefined
any ideas what might be the issue here?many-spring-73557
04/12/2021, 7:06 PMgcloud compute instances create-with-container
now? https://cloud.google.com/sdk/gcloud/reference/compute/instances/create-with-containerworried-queen-62794
04/13/2021, 2:08 AMfaint-dusk-40863
04/13/2021, 4:00 AMpulumi import
for vSphere?
I can't seem to figure out how to import a resource that requires a datacenter be set. Here is what I'm currently trying to use
pulumi import vsphere:index/computeCluster:ComputeCluster Management Mgmnt --parent datacenter=urn:pulumi:infra::vsphere::vsphere:index/datacenter:Datacenter::datacenter
I get the following error: error: Preview failed: importing Mgmnt: error loading cluster: please specify a datacenter
Thank you for any help!purple-train-14007
04/13/2021, 5:22 AMworried-queen-62794
04/13/2021, 8:36 AM