Releases: MaterializeInc/terraform-aws-rds-privatelink
Releases · MaterializeInc/terraform-aws-rds-privatelink
v0.4.0
v0.3.0
What's Changed
- Updates to allow MySQL RDS instances by @bobbyiliev in #13
Full Changelog: v0.2.1...v0.3.0
v0.2.1
What's Changed
- Minor module improvements by @bobbyiliev in #12
-
Define
hashicorp/archive
as a provider -
Update instructions in
README.md
-
Add descriptions to the sql outputs
-
Add descriptions to all outputs
-
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
- Support multiple rds instances by @bobbyiliev in #9
The module now accepts multiple RDS instances with unique listener ports:
# The name of the existing RDS instances
mz_rds_instance_details = [
{ name = "instance1", listener_port = 5001 },
{ name = "instance2", listener_port = 5002 }
]
# The VPC ID of the existing MSK cluster
mz_rds_vpc_id =
- Add CONTRIBUTING.md file by @bobbyiliev in #4
- default cross zone to true, udpate aws provider by @jubrad in #5
- Add examples for testing by @bobbyiliev in #6
Full Changelog: v0.1.1...v0.2.0