Olaf Conijn

Results 107 comments of Olaf Conijn

hi @sshvetsov , thanks for reaching out! i haven't looked into why this is required, but using 0.1.0 it indeed seems you would need to provide a ResourceId. example: ```...

there most common reasons for this issue: the role you are using doesnt have permissions to read from the `community-resource-provider-catalog` bucket. If not the permissions: I believe i have seen...

updated the specific provider to have version: 1.0.0 in its package JSON. in my expectation the package would have been updated regardless of this version number. Is there something in...

reopened this with the intention to clarify this in the documentation

have you tried: ``` SecurityGroupExample: Type: update-stacks Template: ./security-group.njk StackName: SecurityGroupExample Parameter: ports: !Include "ports.json" ``` I dont think this will help with the `!Cmd "wget -qO- https://dog.ceo/api/breed/hound/list"` though....

i think the "issue" is that print-tasks cannot print task if there were accounts added to your organization. after you have performed tasks (updated the organization + state) it will...

hi! another thing that might (or might not 🙈 ) help is: we are working on/ finalizing work on a new version that uses the aws-sdk v3. a lot has...

What typically is done to run type-registration in parallel is to increase the `MaxConcurrentTasks` (see [here](https://github.com/org-formation/org-formation-reference/blob/62ebc56e86fde515ff9da278def1a98ac8331e64/src/templates/005-types/_tasks.yml#L14).) this will ensure the types gets registered to different accounts & regions in parallel....

for documentation on this attribute I would refer to the documentation on the [include-task](https://github.com/org-formation/org-formation-cli/blob/master/docs/task-files.md#include-1). It already mentions the attribute. If you would have expected it somewhere else: feel free to...