adamant-motorcycle-76548
07/29/2020, 1:12 AMicy-jordan-58549
07/29/2020, 2:44 AMmammoth-elephant-55302
07/29/2020, 6:37 AMPulumi.stackname.yaml
files but when I do pulumi stack ls
nothing shows upacceptable-stone-35112
07/29/2020, 8:18 AMconst table = new dynamodb.Table(name, {
name: name,
attributes: [{ name: "ProductId", type: "S" }],
hashKey: "ProductId",
billingMode: BillingMode.PAY_PER_REQUEST
})
acceptable-stone-35112
07/29/2020, 12:43 PMquick-action-34599
07/29/2020, 2:24 PMbland-cat-29878
07/29/2020, 2:47 PM/infra
/services
i've been running everything fine but I recently had to re-image my computer and now adding the stack reference to /infra from /services doesn't work anymore
in my /services/index.js I am just doing `const infra = new pulumi.StackReference(infra
);` but it can't find the stack - am i forgetting something here or has something changed?careful-engine-71229
07/29/2020, 6:41 PMechoing-angle-67526
07/29/2020, 6:57 PMbumpy-motorcycle-53357
07/29/2020, 7:06 PMcalm-greece-42329
07/29/2020, 7:06 PMcalm-greece-42329
07/29/2020, 7:07 PMbumpy-motorcycle-53357
07/29/2020, 7:09 PMcalm-greece-42329
07/29/2020, 7:11 PMbillowy-army-68599
07/29/2020, 7:36 PMbillowy-army-68599
07/29/2020, 7:37 PMbumpy-motorcycle-53357
07/29/2020, 7:52 PMgentle-diamond-70147
07/29/2020, 8:34 PMconfig
stack and then use StackReference to use those values across your other stacks.careful-engine-71229
07/29/2020, 9:01 PMcareful-engine-71229
07/29/2020, 9:01 PMquick-action-34599
07/29/2020, 9:36 PMawsx.ecs.EC2Service
is not being registered as a target for my NLB target group. No matter what I try I can’t get it to registerquick-action-34599
07/29/2020, 9:37 PMportMappings
propertyquick-action-34599
07/29/2020, 9:44 PMnutritious-battery-42762
07/29/2020, 11:04 PMcareful-engine-71229
07/30/2020, 12:23 AMalert-daybreak-60469
07/30/2020, 12:12 PMpulumi state
but can't seem to find out how to edit/export/import it. The problem I have is that a cluster in digitalocean seems to have changed its id, and now I'm unable to redeploy:
Diagnostics:
pulumi:pulumi:Stack (shukanka-dev):
Error: Failed to fetch credentials for cluster "41b1f250-0064-4cbc-8e38-***********": cluster not found
If I can rename the ID to the one I can see in the dashboard, I'm hoping to be able to continue with the existing state rather than nuking the stack and starting afresh.elegant-window-55250
07/30/2020, 2:02 PMvitobotta/pulumi-kubernetes-deployments
, @tabetalt/pulumix
, place1/kloudlib
. After being inspired by @great-byte-67992 in a Reddit comment, I added a repository to see if anyone else wants to join a community around a library/libraries. Personally, I don’t have too many opinions about how this should be, contain or otherwise, but I belive it would benefit the Pulumi community. Read more here: https://github.com/pulumix/communitykind-address-14510
07/30/2020, 2:34 PMvirtual_network = azure.network.VirtualNetwork(vnet_name, name=vnet_name, resource_group_name=resource_group.name,
address_spaces=test_vnet['addr'], subnets=test_vnet['subnets'], location=resource_group.location)
ip_configurations = [{ "name": "ip-cfg", "subnet_id": virtual_network.subnet_id.apply(lambda subnet_id: virtual_network.subnets[0].id),
"privateIpAddressAllocation": "Dynamic" }]
full-dress-10026
07/30/2020, 3:50 PMfull-dress-10026
07/30/2020, 3:50 PM