Skip to content

Releases: skyscrapers/terraform-network

5.2.0

01 Oct 09:37
e111c77
Compare
Choose a tag to compare

What's Changed

  • fix: Allow specifying peer_region for VPC peering by @duboisph in #32

Full Changelog: 5.1.2...5.2.0

5.1.2

19 Dec 15:40
6068805
Compare
Choose a tag to compare

What's Changed

Full Changelog: 5.1.0...5.1.2

5.1.0

18 Aug 13:05
146c94f
Compare
Choose a tag to compare

What's Changed

Full Changelog: 5.0.1...5.1.0

5.0.1

19 Jul 13:57
a12f712
Compare
Choose a tag to compare

What's Changed

Full Changelog: 5.0.0...5.0.1

Refactor resource naming and tagging

24 Mar 09:42
4f2cbd2
Compare
Choose a tag to compare

Read this first

Starting with v5, we've changed how naming and tagging of resources happen within the modules. In earlier versions, a resource's name was derived from the project and environment variables.

Starting with v5, we only provide a name variable, so make sure to update your code accordingly. In most cases this shouldn't be a breaking change: names for VPCs, subnets, route tables etc can be changed without a destroy/recreate of the resources.

Important: The exception is for Security Groups, so eg. in case of the securitygroups/all module, you should specify name = "sg_all_myproject_myenv" to keep the old name.

We've also removed our default, hardcoded tags for Project and Environment. You can still re-add these via the respective tags variables, or use the default_tags parameter from the AWS provider.

What's Changed

Full Changelog: 4.2.0...5.0.0

New vpc_peering module

25 Feb 09:34
a3f5c6b
Compare
Choose a tag to compare
4.2.0

Add vpc peering module (#27)

4.1.1

22 Jan 10:11
58662c1
Compare
Choose a tag to compare

Add option to enable auto assigning public IP addresses on public subnets.

4.1.0

07 Nov 09:37
8b442d5
Compare
Choose a tag to compare
Allow overriding which AZs to use (#25)

4.0.0 Update code to terraform 0.12

13 Jun 11:24
5009d8e
Compare
Choose a tag to compare

This release makes all the terraform code compatible with terraform 0.12

3.4.5

09 Apr 14:26
3ca63e5
Compare
Choose a tag to compare
Fix extra tags var typo (#22)