terraform-provider-kubectl
terraform-provider-kubectl copied to clipboard
Bumps [github.com/hashicorp/terraform-plugin-sdk/v2](https://github.com/hashicorp/terraform-plugin-sdk) from 2.29.0 to 2.34.0. Release notes Sourced from github.com/hashicorp/terraform-plugin-sdk/v2's releases. v2.34.0 NOTES: all: The v2.33.0 release updated this Go module to Go 1.21 per the Go support policy....
After upgrading to provider v2.0.4, we started getting this error. This was code that didn't change recently, so not 100% sure if this is transient, was there in 2.0.3 (with...
Bumps [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) from 0.28.4 to 0.30.1. Commits 37988e5 Merge remote-tracking branch 'origin/master' into release-1.30 c857a38 Update x/net for CVE-2023-45288 0407311 followup to allow special characters 25164f7 Merge pull request #123435...
Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.28.3 to 0.30.1. Commits 8e3349b Update dependencies to v0.30.1 tag 4e1652b Merge pull request #124694 from pmalek/backport-124553-to-release-1.30 2daa31e fix(api): make LocalObjectReference.Name and HostAlias.IP required (#124553) 2df4de1 Merge...
Bumps [k8s.io/kubectl](https://github.com/kubernetes/kubectl) from 0.28.3 to 0.30.1. Commits 60fb00b Update dependencies to v0.30.1 tag 0fe334a Merge remote-tracking branch 'origin/master' into release-1.30 2050251 Update x/net for CVE-2023-45288 f1fd500 Bump github.com/golang/protobuf v1.5.4, google.golang.org/protobuf...
In the past we were successfully using `gavinbunney/kubectl` in combination with Azure AD enabled AKS clusters. Because local accounts are disabled, we have to rely on authentication with kubelogin. Since...
Hi, I was looking around [this issue](https://github.com/hashicorp/terraform-provider-kubernetes/issues/723) and found this provider on the journey. It seems like this provider is directly built upon kubectl commands, so it seems possible to...
https://github.com/alekc/terraform-provider-kubectl/issues/18#issuecomment-2083878348 > > ```terraform > > provider "kubectl" { > > config_path = module.cluster.kubeconfig_path > > config_context = "kind-${kind_cluster.default.name}" > > load_config_file = true > > } > > ```...
With the release of Terraform v1.8 support for moving resources between providers has been added (this is also due to land in OpenTofu 1.8). It would be great if this...