This repository was archived by the owner on Jul 26, 2023. It is now read-only.
Braking changes
- Now the module requires the k8s context
See this example:
module "rds-postgres-password" {
source = "github.com/jobteaser/terraform-kubernetes-get-secret?ref=v0.3.0"
namespace = "default"
name = "terraform"
key = "database-password"
context = "dev.jt"
}