Skip to content

Releases: depot/terraform-aws-connection

v2.0.0

28 Nov 14:17
534ec93
Compare
Choose a tag to compare

Breaking Changes — this release changes the format of two variables that you will need to update:

availability-zone is removed and replaced by a list of subnet definitions. You should update existing deployments like so:

- availability-zone = "us-east-1a"
+ subnets = [{ availability-zone = "us-east-1a", cidr-block = "10.0.0.0/16" }]

vpc-cidr-prefix is removed and replaced by cidr-block:

- vpc-cidr-prefix = "10.0"
+ cidr-block = "10.0.0.0/16"

What's Changed

Full Changelog: v1.5.0...v2.0.0

v1.5.0

28 Nov 14:07
fb19245
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.7...v1.5.0

v1.4.7

12 Sep 20:12
4f663b7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.6...v1.4.7

v1.4.6

08 Aug 09:43
0c3a02c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.5...v1.4.6

v1.4.5

08 Aug 07:45
c96e749
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.4...v1.4.5

v1.4.4

24 Jul 18:56
b7b78c0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.3...v1.4.4

v1.4.3

24 Jul 18:47
4a0cd82
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.2...v1.4.3

v1.4.2

23 Jun 17:16
e49fff9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.1...v1.4.2

v1.4.1

23 Jun 17:09
811554e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.0...v1.4.1

v1.4.0

23 Jun 17:01
4e8ddbb
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.3...v1.4.0