Skip to content

Commit e7ab035

Browse files
committed
Use tagged RDS module that correctly uses prefix for instance names
1 parent a3de49a commit e7ab035

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

db.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module "database" {
22
count = var.use_database_cluster ? 1 : 0
3-
source = "git::https://github.com/synapsestudios/terraform-aws-rds-aurora-cluster.git?ref=a8f4ea6a6a5886b2bfeb43d1403a7abfe8e3f0e2"
3+
source = "git::https://github.com/synapsestudios/terraform-aws-rds-aurora-cluster.git?ref=v1.0.0"
44
availability_zones = var.azs
55
database_subnets = var.subnets
66
db_cluster_parameter_group_name = "default.aurora-postgresql14"

0 commit comments

Comments
 (0)