Camilo Aguilar

Results 208 comments of Camilo Aguilar

Hey! thanks for contributing to this project. Would you mind elaborating on the problem you run into?

A new project was created to address this issue: https://github.com/c4milo/govmdk

Hey! I'm sorry you run into this issue. Because this module uses CGO and libvix C sources are not available, this module has to be cloned using Git instead.

Also, try to use the Makefile instead of the regular Go tooling, it should set some needed env vars for you

@alexsomesan, yes, we also started to see issues with `kubernetes_manifest` resources.

To give more context, this is not only a UX issue but a reliability issue when Terraform is used as a core tool to orchestrate infrastructure for managed services such...

~@alexsomesan, any guidance on how one would go about testing idempotent destroys? The current terraform-plugin-sdk seems to be mostly designed to test the full lifecycle, in other words, it is...

FWIW, https://github.com/hashicorp/terraform-provider-kubernetes/issues/1455 is potentially also caused by lack of idempotency in the provider. My team ran into it today.

this will be a great addition 🙌