terraform-provider-kubernetes
terraform-provider-kubernetes copied to clipboard
Terraform Kubernetes provider
### Terraform Version, Provider Version and Kubernetes Version ``` Terraform version: Terraform v1.5.7 Kubernetes provider version: v2.36.0 Kubernetes version: v1.32.2 ``` ### Affected Resource(s) - kubernetes_manifest ### Terraform Configuration Files...
link for `yamldecode()` is broken. https://github.com/hashicorp/terraform-provider-kubernetes/blob/e1f7cfdf31809c81f3bf9d8d8d0ec3322d418f15/docs/resources/manifest.md#L10 current broken target: https://www.terraform.io/docs/configuration/functions/yamldecode.html actual working target: https://developer.hashicorp.com/terraform/language/functions/yamldecode (and also, what is up with the unlimited textwidth of markdown files in this repo ...)
### Description The documentation regarding the kubernetes manifest resource contains examples naming resources with hyphen (-) this PR replaces them with underscore (_) to follow terraform codestyle standards Let me...
### Terraform Version, Provider Version and Kubernetes Version ``` Terraform version: 1.11.3 Kubernetes provider version: 2.36.0 Kubernetes version: 1.32.2 ``` ### Affected Resource(s) - kubernetes_service ### Terraform Configuration Files ```hcl...
Based on the discussion: https://github.com/hashicorp/terraform/issues/16380 The expectation is that terraform provider should fail on the data block if the resource addressed by the data block doesn't exist. This is not...
### Terraform Version, Provider Version and Kubernetes Version ``` Terraform version: v1.9.5 Kubernetes provider version: v2.32.0 Kubernetes version: 1.32.0 (AKS) ``` ### Debug Output esource "kubernetes_manifest" "rendered" { ~ object...
Bumps [k8s.io/kubernetes](https://github.com/kubernetes/kubernetes) from 1.28.6 to 1.29.14. Release notes Sourced from k8s.io/kubernetes's releases. Kubernetes v1.29.14 See kubernetes-announce@. Additional binary downloads are linked in the CHANGELOG. See the CHANGELOG for more details....
### Description Kubernetes >v1.25 supports a `terminationGracePeriodSeconds` field on `livenessProbe` and `startupProbe`. This field overrides the Pod-level `terminationGracePeriod` field when a SIGTERM is triggered by a probe failure. Probe-level terminationGracePeriodSeconds...
Hi there, We're having issues importing StatefulSets into our terraform from our EKS cluster. When we are importing StatefulSets which were previously deployed with YAML, terraform states that it'll update...
### Introduction Terraform detects a cycle change when creating the `provider "kubernetes"` when referencing to the `terraform-provider-kubernetes` module indirectly via a local variable. I am illustrating below a very simple...