Gavin Bunney

Results 7 comments of Gavin Bunney

Hi @eugeneromero my guess is the pathing isn't quite right as you need to have the `${path.module}/` as a prefix for the pattern path (obviously fixing up the relative path...

@Logibox Thanks! Can you rebase the PR and fix up the merge conflicts? Those issues with go.mod should be fixed

Hi @jbg can you provide a few more details around what field you are changing and what's not being updated? There are some kubernetes attributes (like annotations) which are never...

I like the idea about a new datasource - would make the most sense since adding another attribute to `kubectl_manifest` resource would cause lots of warnings from Terraform v1.x series...

@Logibox I like that idea! It would make sense to implement it as another data_resource so you could preview the generated yaml. Happy to review a PR if you have...

Indeed it is more a ground-work-ensure-all-the-things. Ideally Toucan wouldn't actually perform the operations when called, but have a more optimistic-builder-style syntax, and only perform the operations when retrieving the image...

Hi @AvdLee, I've been trying to reproduce this without much luck. Indeed, like you said, adding a guard for `CGContext` failing would silently fix the issue, but I'm interested in...