Olaf Conijn
Olaf Conijn
hi guys, What do you guys think of [AWS Organization Formation](https://github.com/OlafConijn/AwsOrganizationFormation)? it has a slightly different approach than CT, ADF or CF StackSets. It is IaC solution for AWS Organizations...
interesting! we are currently building govcloud support in org-formation (https://github.com/org-formation/org-formation-cli). if you find it interesting feel free to ping me and we can compare noted. easiest way to do so...
yes - i think we think about this along the same lines. i am currently working on this and my current thinking is a bit like the following: `org-formation init-pipeline...
we run cfn-lint as part of checks on PR. copy over the scripts from here: https://github.com/org-formation/org-formation-reference/blob/master/package.json and ``` "hooks": { "pre-commit": "npm run print-tasks && npm run cfn-lint" } ```...
maybe liquid.js is a better fit?
hi! completely missed this before. The error is: `ERROR: Roles may not be assumed by root accounts.` I kinda wonder what the intention was behind running these commands as root,...
i created a testcase in the following commit (I didn't want to update my fork just yet) https://github.com/OlafConijn/iamfast-tests/commit/b1ecd7c26ffb719c3e9d15f88b20611aea306ee3 running the testcase it fails with the following message:
> What would you expect to happen in the `UpdateIfExists` case if the resource was already managed by an existing stack? It would return an error
thanks @craighurley! which cli calls would you like to be able to be supported through cloudformation? thanks
perhaps manually logging into the console and deleting the SCP called "DenyLargeEC2Instances", then trying again? delete_then_create affects updates (when a resource is already managed in CloudFormation). if the resource is...