Skip to content

Commit

Permalink
Fix var formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
devon-sil authored Jul 9, 2024
1 parent c1e422d commit a6e029c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/020-database/vars.tf
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,6 @@ variable "replicate_source_db" {
}

variable "ca_cert_identifier" {
type = string
type = string
default = "rds-ca-rsa2048-g1"
}

0 comments on commit a6e029c

Please sign in to comment.