Brian Yarbrough

Results 11 comments of Brian Yarbrough

This example shows how to explicitly define acceptable tag names... struggling to use it with a regex https://terraform-compliance.com/pages/Examples/tags_related.html#ensure-that-specific-tags-are-defined

This gets it close, but has the glaring error of permitting an unencrypted ebs_block_device if the root device _is_ encrypted and the ebs_block_device does not specify encrypted. ```gherkin Feature: Check...

Perhaps this is somewhat naive, but would it be sufficient to go through and catalog every aws session call that requires permission? For example, [ami.go L21](https://github.com/gruntwork-io/cloud-nuke/blob/master/aws/ami.go#L21) ``` output, err :=...

I wrote a script that pulls out all of the `svc` function calls for each file. There's clearly not a direct mapping between sdk function names and required IAM permissions...

Related to #116, which addresses IAM users and policies

@erichalldev I would love this feature! Specifically, in the settings page a global "excluded folders" and an "excluded tags" option. **Use case** - Do not open notes with a particular...

I have a similar problem, though it doesn't happen every time... best I can tell is that when I leave my computer unattended, it sometimes crashes. **Operating System** Ubuntu 20.04.3...

@hovancik it could be something killing it... I am on Ubuntu though, not Windows. Let me know if there is any more information I can provide!

Totally hear what @apparentlymart is saying. When it is time to have the discussion, it would be great to have a short option that can be ingested into CI/CD pipelines....

It is a fairly simple change to prompt for a token. The problem is with the unit testing; I'm struggling to refactor the table tests in `cmd/configure_test.go` to work with...