File tree Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 11# Tamr Terraform Template Repo
22
3+ ## v3.0.0 - July 27th 2021
4+ * Updates default engine version to not specify a minor version
5+ * Adds new variable ` auto_minor_version_upgrade ` to allow AWS to upgrade RDS minor versions
6+
37## v2.1.0 - July 12nd 2021
48* Adds tags for RDS Subnet Group.
59* Adds new variable ` tags ` to set tags for all resources
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ This repo follows the [terraform standard module structure](https://www.terrafor
77Inline example implementation of the module. This is the most basic example of what it would look like to use this module.
88```
99module "rds_postgres" {
10- source = "git::https://github.com/Datatamer/terraform-aws-rds-postgres.git?ref=2.0.0 "
10+ source = "git::https://github.com/Datatamer/terraform-aws-rds-postgres.git?ref=x.y.z "
1111 postgres_name = "example_rds_postgres"
1212 parameter_group_name = "example-rds-postgres-pg"
1313 identifier_prefix = "example-rds-"
Original file line number Diff line number Diff line change 1- 2.1 .0
1+ 3.0 .0
Original file line number Diff line number Diff line change 11module "rds_postgres" {
2- # source = "git::https://github.com/Datatamer/terraform-aws-rds-postgres.git?ref=2 .0.0"
2+ # source = "git::https://github.com/Datatamer/terraform-aws-rds-postgres.git?ref=3 .0.0"
33 source = " ../.."
44
55 identifier_prefix = " example-rds-pg-"
@@ -17,7 +17,7 @@ module "rds_postgres" {
1717}
1818
1919module "sg-ports" {
20- # source = "git::https://github.com/Datatamer/terraform-aws-rds-postgres.git//modules/rds-postgres-ports?ref=2 .0.0"
20+ # source = "git::https://github.com/Datatamer/terraform-aws-rds-postgres.git//modules/rds-postgres-ports?ref=3 .0.0"
2121 source = " ../../modules/rds-postgres-ports"
2222}
2323
You can’t perform that action at this time.
0 commit comments