jhrr
jhrr
> What is the possible solution here? Any thoughts? I've found a couple of options for this, but it depends how you've organized your dev stack. 1. Write a script...
> If this can be supported, we can directly run teragrunt on github actions without a need for using configure-aws-credentials action. Has anyone actually even managed to get Terragrunt to...
Thanks for the reply @botagar. I can't say I disagree with any of what you say in general, it's definitely a bit of a weird oversight that OIDC doesn't work...
Thumbs up.
This all looks reasonable to me. I'll consult with @jtauber and hopefully be able to get this merged into master on Monday. Thanks for the effort!
Thanks very much for the fix. While we're at it, I think a multi-line string and some formatting changes like the following would make things a bit more readable and...
Or if not the triple quotes then at least something like this? ``` biography = models.TextField( blank=True, help_text=_( "A little bit about you. Edit using" "" "Markdown." ), verbose_name=_("Biography") )...