Skip to content

Releases: Datatamer/terraform-aws-rds-postgres

2.0.0

01 Jul 19:41
4d49ce4
Compare
Choose a tag to compare
  • Accepts a list of security groups
  • Returns a list of ports used by RDS
  • Removes ability for the creation of security groups

1.0.0

13 Apr 15:37
79fcd16
Compare
Choose a tag to compare
  • Updates minimum Terraform version to 13
  • Updates minimum AWS provider version to 3.36.0
  • Adds explicit type to additional_tags variable

0.4.1

06 Nov 18:15
3c4edef
Compare
Choose a tag to compare
  • Adds input db_port to configure port that postgres database accepts connections on
  • Fixes example so it accepts ingress_sg_ids as input

0.4.0

28 Oct 16:50
4469a13
Compare
Choose a tag to compare
  • Consolidates inputs tamr_vm_sg_id and spark_cluster_sg_ids into one input, ingress_sg_ids

0.3.1

20 Oct 16:37
ce4bf06
Compare
Choose a tag to compare
  • Adds outputs, rds_username and rds_dbname

0.3.0

10 Sep 20:11
4a3dfff
Compare
Choose a tag to compare
  • Adds creation of aws_db_subnet_group resource
  • Adds variable rds_subnet_ids to specify subnet IDs in subnet group
  • Renames variable subnet_name to subnet_group_name

0.2.1

24 Jun 18:56
c02241c
Compare
Choose a tag to compare
  • Adds variable "engine_version" to set the postgres version
  • Formatting and documentation updates

Added security group module

07 Apr 17:16
d59944b
Compare
Choose a tag to compare
0.2.0

Update VERSION