RB

Results 868 comments of RB

I like the logo used by walkingtree when they introduced sops https://walkingtree.tech/secrets-management-using-mozilla-sops/ ![image](https://user-images.githubusercontent.com/7775707/173964983-b172f942-210f-4ac3-b647-f6aee89a8280.png) But I don't know if this image is creative commons or if it's in use by something...

Had the same issue in Cygwin with the cygwin python installed. I removed all of the windows commands from `/usr/bin/aws.cmd` then renamed the file to `aws.py`, finally I aliased `aws`...

I can see that it would be volatile if the module referenced was not pinned to a version. The modules on the terraform registry afaik use pins. The output of...

I'd like a similar `types` column for the resources table too. It's confusing when you see the following: ``` aws_iam_role aws_iam_role ``` and then you have to mouse over each...

@khos2ow thoughts on this? If something like this was implemented, what would be the most flexible strategy?

Hmm, most likely because we override the `name` https://github.com/cloudposse/terraform-aws-tfstate-backend/blob/107da1504b7e7fd32a536cfae59602d67d654b39/main.tf#L47-L50 https://github.com/cloudposse/terraform-aws-tfstate-backend/blob/107da1504b7e7fd32a536cfae59602d67d654b39/main.tf#L150 so the example name `nmspc-as1-root-nmspc-as1-root-tfstate-logs` Follows the format `[name]-[environment]-[stage]-[attributes]-logs` where the `name` is `nmspc-as1-root-nmspc`

Why is this change being made ? What problem is this solving ?

Thank you for the contribution but it's unclear what this is solving for. Updating the example makes sense but the rest of the changes do not. Could you explain more?...