terraform-provider-civo icon indicating copy to clipboard operation
terraform-provider-civo copied to clipboard

Terraform Civo provider

Results 13 terraform-provider-civo issues
Sort by recently updated
recently updated
newest added

Bumps [github.com/cloudflare/circl](https://github.com/cloudflare/circl) from 1.3.3 to 1.3.7. Release notes Sourced from github.com/cloudflare/circl's releases. CIRCL v1.3.7 What's Changed build(deps): bump golang.org/x/crypto from 0.3.1-0.20221117191849-2c476679df9a to 0.17.0 by @​dependabot in cloudflare/circl#467 kyber: remove division...

dependencies

Bumps google.golang.org/protobuf from 1.31.0 to 1.33.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=google.golang.org/protobuf&package-manager=go_modules&previous-version=1.31.0&new-version=1.33.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands...

dependencies

### Description i am trying to use the provider to setup some instances on Civo, and even without changing anything, the plan always try to change the ssh-key field on...

bug

Fixes test function names with Go conventions

### Description Hi There, I just create my first kubernetes cluster on CIVO using civo terraform provider, but when i'm tried to update the cluster to add the `civo-cluster-autoscaler` nothing...

bug

### Description According to the documentation, with the latest version of the provider, an attempt has been made to update the cluster with the kubernetes_version flag and the latest k3s...

bug

### Description I would like to be able to access information about Kubernetes clusters in a given region to help with dynamic configuration. Right now we have `civo_kubernetes_cluster`, but it...

### Description I create a Kubernetes cluster using Terraform Civo provider `v1.0.31`: ``` https://dashboard.civo.com/kubernetes/44705df8-5e98-4e24-a362-7ac43f1696da ``` When i try a terraform destroy i've got this error : ``` Plan: 0 to...

bug

### Description I think it might help some folks if we add CONTRIBUTING guide in this repo

I'm using terraform with your provider to manage a cluster, and have encountered an error during the apply stage whenever I try to change the number of nodes in the...