able-tomato-34262
07/13/2018, 8:37 AMable-tomato-34262
07/13/2018, 8:39 AMable-tomato-34262
07/13/2018, 8:52 AMtall-librarian-49374
07/13/2018, 1:00 PMaws.sqs.Queue
from JS?adamant-restaurant-73893
07/13/2018, 8:17 PMbitter-oil-46081
07/13/2018, 10:00 PMbetter-quill-77184
07/13/2018, 10:53 PMbetter-quill-77184
07/13/2018, 10:54 PMbig-piano-35669
07/14/2018, 4:17 PMpulumi import
command: https://github.com/pulumi/pulumi/issues/1635.
If you want to do it by hand today, you can, but it's very much a manual process along the lines of what @able-tomato-34262 suggests (pulumi stack export
your checkpoint state, add the empty resources to it, pulumi stack import
it, and then run pulumi refresh
to read in all the state). I realize this is cumbersome and if you'd like help, we're happy to spend some time with you. pulumi import
would automate this process.stocky-spoon-28903
07/14/2018, 5:42 PMpulumi-aws
?stocky-spoon-28903
07/14/2018, 9:26 PMresources.go
file of the AWS provider with an array type? I thought tokens.NewArrayTypeToken(awsType(autoscalingMod+"/notificationType", "NotificationType"))
may have been it, but that panics at generation time complaining of a missing module delimiter. I donāt see anything of this form in either the GCP or AWS definitions.stocky-spoon-28903
07/15/2018, 12:41 AMstocky-spoon-28903
07/16/2018, 4:25 AMpulumi-aws-infra
, but this has a few differences:
- private/public address space is assigned in an assymetric fashion (as per āPractical VPC Designā), and subnets are automatically sized based on the available address space and number of AZs
- a PerAZ
option can be used for subnet distribution across all AZs in a region. No slack space is left since a second CIDR block can now be added.
- VPC endpoints for S3 and DynamoDB can optionally be created
- Flow logging can optionally be enabled
- Tags can be applied to every resource
- A private hosted zone can optionally be created and assigned via a DHCP Options Set
Itās available here: https://www.npmjs.com/package/@operator-error/pulumi-aws-vpc (the org name is taken from our blog, https://operator-error.com), and on GitHub at: https://github.com/jen20/pulumi-aws-vpc. Any feedback is much appreciated!white-balloon-205
07/16/2018, 4:34 AMbig-piano-35669
07/16/2018, 4:40 AMtall-librarian-49374
07/16/2018, 1:19 PMcolossal-beach-47527
07/16/2018, 5:42 PMstocky-spoon-28903
07/16/2018, 6:22 PM/opt
for make install
on *nix? Something under ~ would be ideal. Iām generally not running with write access to /opt
(it has its own ZFS dataset) and running the entire build elevated feels pretty nasty. It doesnāt particularly look like thereās a reason it needs to be machine global instead of per user?calm-summer-1743
07/16/2018, 11:22 PMstocky-spoon-28903
07/17/2018, 2:46 AMTags
type defined like this: https://github.com/jen20/pulumi-aws-vpc/blob/master/src/index.ts#L13-L19 as an overlay for TypeScript? It would be helpful to have something common, as otherwise most modules end up redeclaring it. Something at the top level with ARN etc would make sense IMOearly-napkin-64960
07/17/2018, 4:10 AMstocky-spoon-28903
07/17/2018, 4:33 AMStatements
optionally instead of complete `PolicyDocument`s, but this is a fairly common set of resources to find together in more traditional AWS infrastructure.adventurous-jordan-10043
07/17/2018, 12:05 PMable-tomato-34262
07/17/2018, 12:07 PMadventurous-jordan-10043
07/17/2018, 12:15 PMadventurous-jordan-10043
07/17/2018, 12:15 PMcolossal-beach-47527
07/17/2018, 2:48 PMadamant-restaurant-73893
07/17/2018, 8:12 PMadamant-restaurant-73893
07/17/2018, 8:13 PMripe-lizard-7955
07/17/2018, 8:36 PMripe-lizard-7955
07/17/2018, 8:36 PM