Skip to content

Commit 10bca56

Browse files
authored
Merge pull request #8 from synapsestudios/use-tagged-rds-module
Use tagged RDS module that correctly uses prefix for instance names
2 parents bc68407 + fe81aea commit 10bca56

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ You can do this by commenting out the entire module, running a terraform apply,
2525

2626
| Name | Source | Version |
2727
|------|--------|---------|
28-
| <a name="module_database"></a> [database](#module\_database) | git::https://github.com/synapsestudios/terraform-aws-rds-aurora-cluster.git | v0.0.7 |
28+
| <a name="module_database"></a> [database](#module\_database) | git::https://github.com/synapsestudios/terraform-aws-rds-aurora-cluster.git | v1.0.0 |
2929
| <a name="module_service_container_definition"></a> [service\_container\_definition](#module\_service\_container\_definition) | cloudposse/ecs-container-definition/aws | 0.58.1 |
3030

3131
## Resources

db.tf

+1-1
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=v0.0.7"
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)