Skip to content

Commit

Permalink
Our aws tf version must not match the current docs
Browse files Browse the repository at this point in the history
  • Loading branch information
areida committed Aug 14, 2024
1 parent ffdf08c commit 77b526a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rds_cluster/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ resource "aws_rds_cluster" "this" {
tags = var.tags
db_cluster_parameter_group_name = "default.aurora-postgresql14"
deletion_protection = true
ca_certificate_identifier = var.availability_zones.length && var.ca_cert_identifier ? var.ca_cert_identifier : null
}

resource "random_password" "password" {
Expand Down

0 comments on commit 77b526a

Please sign in to comment.