Skip to content

Releases: MaterializeInc/terraform-aws-rds-privatelink

v0.4.0

29 Jan 19:24
7183341
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.4.0

v0.3.0

16 Oct 18:21
9e4a499
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.1...v0.3.0

v0.2.1

12 Apr 18:20
f8dc9c8
Compare
Choose a tag to compare

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

11 Apr 15:11
8878b26
Compare
Choose a tag to compare

What's Changed

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 =

Full Changelog: v0.1.1...v0.2.0