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 AMagreeable-caravan-84210
04/13/2021, 12:17 PMdestroy
+ update
. On the other hand, Azure supports resources migration (through portal) but I'm guessing I'll need to edit the resources IDs in the stack files with the new subscription ID, is it worth the try? Thankspurple-train-14007
04/13/2021, 7:50 PMpurple-train-14007
04/13/2021, 7:50 PMalert-oyster-87530
04/13/2021, 8:26 PMfreezing-memory-87554
04/13/2021, 8:48 PMproud-pizza-80589
04/13/2021, 10:28 PMbillowy-laptop-45963
04/13/2021, 11:31 PMPULUMI_BACKEND=<s3://mybucket> pulumi up -s mystack
bitter-toddler-22112
04/14/2021, 7:42 AMbitter-toddler-22112
04/14/2021, 7:42 AMlittle-cartoon-10569
04/14/2021, 8:12 AM