An open API service indexing awesome lists of open source software.

https://github.com/webyneter/terraform-kubernetes-unique-configmap

A Terraform module for creating a Kubernetes ConfigMap that changes its name when the underlying data changes.
https://github.com/webyneter/terraform-kubernetes-unique-configmap

cascade configmap k8s kubernetes provider terraform terraform-provider

Last synced: about 1 month ago
JSON representation

A Terraform module for creating a Kubernetes ConfigMap that changes its name when the underlying data changes.

Awesome Lists containing this project

README

          

# terraform-kubernetes-unique-configmap

A [Terraform module](https://registry.terraform.io/modules/webyneter/unique-configmaps/kubernetes/latest) for creating a Kubernetes ConfigMap that changes its name when the underlying data changes.

Allows for k8s Deployments to get restarted automatically on changes to the associated ConfigMap.

## Prerequisites

* Terraform >= 0.15

## Authorship

Authored and maintained by [Nikita Shupeyko](https://github.com/webyneter).

## License

Released under [MIT License](./LICENSE).