Skip to content

Releases: cloudposse/terraform-null-label

0.3.7: Readme.yaml - fix avatars links

05 Jul 12:37
1303313
Compare
Choose a tag to compare

what

  • Remove home pages and avatars links

why

  • Build-harness does it automatically

0.3.6

28 Jun 22:05
Compare
Choose a tag to compare
Migrate to README.yaml format (#24)

0.3.5

16 May 04:41
5a49b8b
Compare
Choose a tag to compare

what

  • Update README
  • Fix make targets

why

  • Some improvements and fixes
  • Use / instead of : in make targets

0.3.4

16 May 01:43
Compare
Choose a tag to compare

what

  • Add support for list of tag maps

why

  • Certain kinds of resources (e.g. AWS AutoScaling groups) need them

0.3.3

27 Feb 19:04
c763189
Compare
Choose a tag to compare

what

  • Use join+splat pattern in tags

why

  • New Terraform versions complain if a resource with count is used in outputs without splat syntax

Terraform will now detect and warn about outputs containing potentially-problematic references to resources with count set where the references does not use the "splat" syntax. This identifies situations where an output may reference a resource with count = 0 even if the count expression does not currently evaluate to 0, allowing the bug to be detected and fixed before the value is later changed to 0 and would thus become an error. This usage will become a fatal error in Terraform 0.12. (#16735)

0.3.2

27 Feb 01:47
def628b
Compare
Choose a tag to compare

what

  • Use join+splat pattern for outputs using resources with count

why

  • New Terraform versions complain if a resource with count is used in outputs without splat syntax

Resource 'null_resource.default' not found for variable 'null_resource.default.triggers.id'

Terraform will now detect and warn about outputs containing potentially-problematic references to resources with count set where the references does not use the "splat" syntax. This identifies situations where an output may reference a resource with count = 0 even if the count expression does not currently evaluate to 0, allowing the bug to be detected and fixed before the value is later changed to 0 and would thus become an error. This usage will become a fatal error in Terraform 0.12. (#16735)

Fix `enabled` argument default value

15 Nov 15:41
Compare
Choose a tag to compare

What

  • Fix enabled argument default value

Why

Add Enabled Flag

30 Oct 17:47
Compare
Choose a tag to compare

what

Add enabled variable which can be used to disable any resources within the module

why

If you have resources that are conditionally created and they refer to this module, your plan will always show null-label resources in the plan. As Terraform does not support conditionally including a module, this is the recommend solution

See hashicorp/terraform#12906

Add Continuous Integration Tests

14 Oct 00:09
Compare
Choose a tag to compare

what

  • Validate terraform code
  • Add build status badge

why

  • Improve code quality/consistency

demo

image

depends on

New Repo Name

20 Sep 17:42
Compare
Choose a tag to compare
0.2.1

Fix typo in README (#7)