terraform-provider-kubernetes
terraform-provider-kubernetes copied to clipboard
kubernetes_config_map_v1 does not support immutable attribute
Terraform Version, Provider Version and Kubernetes Version
Terraform version: latest
Kubernetes provider version: latest
Kubernetes version: latest
Affected Resource(s)
- kubernetes_config_map_v1
Terraform Configuration Files
resource "kubernetes_config_map_v1" "default" {
metadata {
name = "prometheus"
namespace = var.namespace.metadata[0].name
}
immutable = true # Not supported
}
Steps to Reproduce
Expected Behavior
It should support the attribute.
Actual Behavior
It does not.
Important Factoids
References
- https://kubernetes.io/docs/concepts/configuration/configmap/#configmap-immutable
Community Note
- Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
- If you are interested in working on this issue or have submitted a pull request, please leave a comment