Jon Walton
Jon Walton
We recently needed to do something similar. We use go-bindata to embed the migrations into the executable and try to write backwards compatible migrations to avoid issues with older code...
No, we stopped trying. Instead, we put a proxy in front of the app service environment
A use case for me would be to configure a dynamic provider based on output from a module using `for_each` such as creating multiple kubernetes clusters (`foo`) and optionally applying...
> @jon-walton Your example is identical to mine, but I illustrated if the module needs more than a single provider. My example illustrates the provider config being supplied to a...
I've also had this requirement to help with terragrunt and projects using remote state. I've started working on an implementation which will add a `depends_on: []` to the project's yaml...
/assign @seanmalloy
Any thoughts @seanmalloy @Raffo ? Cc @Hugome
Hey 👋 Thanks for the input @kdorosh @szuecs , I apreciate it. Gloo 1.12 was released after I originally worked on this PR and as it'll need users to re-enable...
Here's a patch to get you started. ```diff diff --git a/cmd/generate.go b/cmd/generate.go index f274f83..70b7532 100644 --- a/cmd/generate.go +++ b/cmd/generate.go @@ -828,7 +828,7 @@ func main(cmd *cobra.Command, args []string) error {...