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

Terraform Kubernetes provider

Results 409 terraform-provider-kubernetes issues
Sort by recently updated
recently updated
newest added

### Description Fixes #2467 This PR enhances the kubernetes_config_map_v1_data resource by introducing the binary_data field ### Acceptance tests - [x] Have you added an acceptance test for the functionality being...

size/M

The `kubernetes_annotations` resource does not seem to work correctly when applied to a `Gateway` resource as it seems to be generating a bad patch request that break validation. As you...

bug

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.36.0 to 0.38.0. Commits e1fcd82 html: properly handle trailing solidus in unquoted attribute value in foreign... ebed060 internal/http3: fix build of tests with GOEXPERIMENT=nosynctest 1f1fa29 publicsuffix: regenerate...

dependencies
size/S
go

### Terraform Version Terraform 1.9.0 ### Kubernetes Version 1.30.7 ### Affected Resource(s) - kubernetes_manifest ```hcl resource "kubernetes_manifest" "prisma_defender" { for_each = var.prisma_defender_manifests manifest = each.value } Error: Provider produced inconsistent...

bug

### Description Resolved a typo in validators. ### Acceptance tests - [ ] Have you added an acceptance test for the functionality being added? - [ ] Have you run...

size/XS

Hello, Terraform fails to run apply after `kubernetes_manifest` that is defining kubernetes deployment has been imported if doing so would modify order of environment variables. ### Terraform Version, Provider Version...

bug

> You are correct about this being the way that this provider operates, but this is not how Terraform inherently operates. A provider should not require connection to the running...

### Terraform Version, Provider Version and Kubernetes Version ``` Terraform version: v1.10.2 Kubernetes provider version: v2.30.0 through v2.35.0 Kubernetes version: v1.31.3 ``` ### Affected Resource(s) - `kubernetes_manifest` ### Terraform Configuration...

bug

## Terraform version, Kubernetes provider version and Kubernetes version ``` Terraform version: 1.5.2 Kubernetes Provider version: kubernetes = { source = "hashicorp/kubernetes" version = "~> 2.25.0" } Kubernetes version: 1.30.xx...

question

### Description This PR bumps the k8s dependencies to the latest patch version. ### Acceptance tests - [ ] Have you added an acceptance test for the functionality being added?...

size/S
pr/no-changelog