Rob Morgan
Rob Morgan
Hi @g3kk0, it depends on your specific use-case, but we actually do have examples that use `kubergrunt` with GKE. e.g: We use `kubergrunt` here to configure TLS: https://github.com/gruntwork-io/terraform-google-gke/blob/master/main.tf#L290
@chadbrewbaker looks okay to me. I don't run Windows or WSL but I wanted to check if they publish a `/etc/release` file?
@brikis98 hey Jim, thanks for a first pass! I feel you may have missed my remark in the RFC: the code **borrows heavily** from the [Godog Cucumber](https://github.com/cucumber/godog) library. I think...
@brikis98 actually on 2nd thoughts I'll leave a few comments here ahead of the call: > I saw that, but couldn't figure out which parts were borrowed, and which are...
@francis-io Hi Mark, sorry for the delayed reply. I've been away on vacation and am slowly getting caught up on everything. Short answer - No. Long answer: We've decided to...
Hi @ruimoreira, thank you for your request. Unfortunately, we don't have any time at the moment to extend our library of GCP helper functions beyond what we currently have, however,...
hi @pandu-bhojaraj-mf, please try the following: ``` options := &Options{ TerraformDir: testFolder, TerraformBinary: "terragrunt", EnvVars: map[string]string{ "TF_CLI_ARGS": "--terragrunt-include-external-dependencies", }, } terraform.TgApplyAll(t, options) ``` Feel free to tweak it based on...
I like this idea. somebody will need to contribute the code though.
Hi @derpoho - personally I also need this feature, but I wasn't thinking about it when I first designed Phinx. Over the years JSON support has kind of been hacked...
Sure but the adapters may need to have a custom implementation of the 'migrated' logic. So how else can we achieve that?