Skip to content

Commit

Permalink
BFD-2674: Fix cluster identifier override (#1796)
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael J Burling authored Jun 21, 2023
1 parent f52d5ef commit 1a8d885
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ops/terraform/services/common/variables.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
variable "rds_cluster_identifier_override" {
default = null
description = "RDS Cluster Identifier Override. Defaults to cluster identifier specified in centralized environmental configuration."
type = string
}

0 comments on commit 1a8d885

Please sign in to comment.