Andrew Starr-Bochicchio
Andrew Starr-Bochicchio
Hi @fish-dango, We'd love it if a someone wanted to contribute a package. Though we are hoping that a contributor who is a Flatpak user with some existing domain knowledge...
Hey @Justinzobel, The doctl version is set using LDFLAGs at compile time. `scripts/version.sh` just attempts to detect the version by looking at git tags. Looks like this builds from the...
> I'm almost certain that this is something to do with the isolation of snap applications. If I had to guess, I'd say the environment the snap runs in doesn't...
The DigitalOcean API does not currently support this, but I will pass the request on to the team working on the container registry. Thanks for the suggestion!
I totally understand the use case and why the current user experience is poor here, but I'm not 100% sure on this change. When set, it would it completely ignore...
Hi @unredundant, Unfortunately, this is currently a limitation of the DigitalOcean database offering as a whole, not just the Terraform provider. I'll pass your feedback on to the DBaaS team....
Hi @carlpett. I haven't been able to reproduce this issue using Terraform v1.0 with either v2.10.1 or v1.23.0 of the provider. What version of Terraform itself are you using? Is...
Thanks opening this issue. It is very related to https://github.com/digitalocean/terraform-provider-digitalocean/issues/235 and likely something we would tackle together.
Support for calling out to an exec-credential plugin was added into the Kubernetes provider itself: ``` provider "kubernetes" { load_config_file = "false" host = digitalocean_kubernetes_cluster.foo.endpoint cluster_ca_certificate = base64decode( digitalocean_kubernetes_cluster.foo.kube_config[0].cluster_ca_certificate )...
Thanks for flagging this problem for us. I think it brings up some larger questions about how/if Terraform should be handling the state of deployments. The PR at https://github.com/digitalocean/terraform-provider-digitalocean/pull/843 doesn't...