Manuel Vogel

Results 81 comments of Manuel Vogel

TY @RafPe it was the wrong import that caused trouble. `github.com/hashicorp/go-cty/cty` is the right one. I also added a unit test and filed a PR #58 ```go // validators.go func...

@apparentlymart are there any updates or ETA on this issue? Is it as straightforward as I maybe imagine that due to Graph it is possible to determine the last resource...

thank you @apparentlymart for your detailed answer. I was too optimistic thinking it could be that straightforward. For the Docker provider is also used a temporary workaround.

You might want to extend the `filter-presets` with the one for controltower as well: https://github.com/rebuy-de/aws-nuke/issues/711#issuecomment-1170365123

Questions we'd ask ourselves: - is anyone interested in this information? (it's the guardrails, which can be critical) - if so, shall we pass them into the OpsCenter (which is...

you might want to use `aws s3 cp s3://aws-nuke-config-retain-control-tower/aws-nuke-config.yaml . ` as a baseline and then adapt the values - either hardcoded - or dynamically: `yq e '.accounts."PLACEHOLDER".filters.ConfigServiceConfigRule += {"type":"regex","value":".*securityhub.*"}'...

I am experiencing the same issue - aws-nuke version: `v2.14.0` - output: ``` global - IAMUser - ABC-user - failed -- 986 | time="2021-12-06T10:01:15Z" level=error msg="DeleteConflict: Cannot delete entity, must...

- sure the client support it https://docs.docker.com/engine/api/v1.40/#operation/ImageBuild - feel free to implement it