github cloudposse/terraform-null-label 0.18.0
0.18.0: Add id_max_length

latest releases: 0.25.0, 0.25.0-rc.1, 0.24.1...
pre-release3 years ago

This is a pre-release, to thank @tibbing for his contribution. There will be breaking changes to this feature in the next release.

#98 Thanks to @tibbing

  • Adds a new optional variable id_max_length, that when set to a value greater than 0 will limit the length of ID output to given value.
  • The truncated ID is still disambiguated by suffixing the first 5 characters of the md5 hash of the full ID.
  • The full ID will still be available as a new output id_full.
  • The default value of id_max_length is 0, so that the change is not breaking any existing usages.

Don't miss a new terraform-null-label release

NewReleases is sending notifications on new releases.