Skip to content

Commit

Permalink
Merge pull request #71 from ministryofjustice/snake-vars
Browse files Browse the repository at this point in the history
Use snake-case terraform variables
  • Loading branch information
digitalronin authored Aug 18, 2020
2 parents 8e3d683 + d28101b commit 40b954e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions template/rds.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ module "rds" {
source = "github.com/ministryofjustice/cloud-platform-terraform-rds-instance?ref=5.6"
cluster_name = var.cluster_name
cluster_state_bucket = var.cluster_state_bucket
team_name = var.team-name
business-unit = var.business-unit
team_name = var.team_name
business-unit = var.business_unit
application = var.application
is-production = var.is-production
is-production = var.is_production

# enable performance insights
performance_insights_enabled = true
Expand Down

0 comments on commit 40b954e

Please sign in to comment.