Skip to content
This repository was archived by the owner on Jul 26, 2023. It is now read-only.

Releases: jobteaser/terraform-kubernetes-get-secret

v0.3.0

26 Mar 09:51
3681e01
Compare
Choose a tag to compare

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"
}

v0.2.2

12 Nov 14:23
Compare
Choose a tag to compare
chore: remove unused aws provider dependency