Skip to content

Commit

Permalink
Merge pull request #70 from ministryofjustice/fix-template
Browse files Browse the repository at this point in the history
Fix configmap name
  • Loading branch information
digitalronin authored Aug 17, 2020
2 parents 221eee2 + c76fa79 commit 8e3d683
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions template/rds.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ resource "kubernetes_secret" "rds" {

resource "kubernetes_config_map" "rds" {
metadata {
name = "rds-instance_output"
name = "rds-instance-output"
namespace = var.namespace
}

Expand All @@ -63,4 +63,4 @@ resource "kubernetes_config_map" "rds" {
db_identifier = module.rds.db_identifier

}
}
}

0 comments on commit 8e3d683

Please sign in to comment.