Brett Curtis

Results 55 comments of Brett Curtis

We are attempting to using the new "requested reviewers" process for this now in Actions. Still have some things to figure out regarding the flow of it all. If it's...

Yeah, we ended up going all in on GitHub here. We use [environments](https://docs.github.com/en/actions/deployment/targeting-different-environments/using-environments-for-deployment) and [required reviewers](https://docs.github.com/en/actions/deployment/targeting-different-environments/using-environments-for-deployment#required-reviewers) like I mention above. We also use [called workflows](https://docs.github.com/en/actions/using-workflows/reusing-workflows) in an effort to be...

@TrongTheAlpaca here you go, very specific to how I use Terraform but hopefully it can give you some ideas: https://github.com/lzysh/github-terraform-called-workflows/blob/main/.github/workflows/aws-plan-and-apply-called.yml Gives us something like this (this is a pic of...

I have same issue with learn2 theme and highlight plugin. I'm trying to duplicate the grav docs as well. I wish there was a good howto on setting things up...

I think if you're going to use a badge the badge could link to the shared cost estimates as described above. I almost like the simplicity of adding the text...

@alikhajeh1 I see this being more of a value add at the child module level. For example, if it's at the root module level the cost on the infra in...

@alikhajeh1 - any thoughts on updating the readme markdown itself vs. the dashboard? I think this really goes hand and hand with terraform-docs.

Sounds good @alikhajeh1 - I added it to my calendar! Just another thought around this is it could be something that happens as part of a pre-commit hook. That's what...

We just started implementing reusable workflows. As I was going through the pains of several commits and merges leading to broken workflows I came across this repo! It was linked...

hahah ok no problem I thought i was going crazy lol