Scott Beru

Results 10 comments of Scott Beru

Yeah, and truly it's super legible if your head is already in Dhall or Haskell or FP, but I think my thing is that the documentation or the `explain` may...

I have a similar kind of question about this for a configuration I'm working on. I have a field (`subdomain`) whose default value I would like to be a concatenation...

Hey @slevenick! Having a bit of an issue running `make test` and I'm kind of uncertain how I ought to fix this, since it seems like `terraform-provider-clean-google` is a private...

@slevenick Thanks for that! Something I noticed when I got rid of diff.go and tried to run the more limited-scope tests is that the generated Terraform files are missing a...

Ah, yeah, that would be it--though I thought I had already installed goimports (and it turns out I was only half right): Sorry if I'm missing something really obvious here--I'm...

Ah, I figured it out--$GOPATH/bin wasn't in my path. Solved!

Okay--through some persistence, I have gotten my Acceptance Tests running, but I have now discovered an actual problem with my change! Banner day for me. Right, so the failure that...

Ah; I understand what's going on here. I may have mis-scoped this initially; the REST API provides for three mutually-exclusive possibilities for authorizing the transfer: - a Service Account -...

I also experience this issue regularly. Makes it rather difficult to run helm from Terraform because an `apply` always fails waiting for a `db:migrate` job that will never complete on...