Skip to content

Releases: obytes/terraform-aws-tag

v1.0.8

08 Aug 19:33
Compare
Choose a tag to compare
  • Remove the variable name
  • Adding a new optional varibale company_name which is different of project_name
  • Removing the tag name from the local.tags
  • Substitute the variable company_name for the first 3 chars only
  • Update README file and exmaples

v1.0.7

07 Aug 09:24
Compare
Choose a tag to compare
  • Fixing the creation of id in case of prefix_lenght_limit is provided

v1.0.6

04 Aug 11:04
93ac4b7
Compare
Choose a tag to compare
  • Fixing creation of un-needed random_string resources if var.prefix_length_limit = 0

v1.0.5

15 Apr 18:01
Compare
Choose a tag to compare
Adding example folder

v1.0.4

14 Apr 22:36
Compare
Choose a tag to compare
Fixing random_string count

v1.0.3

14 Apr 21:02
Compare
Choose a tag to compare
Updating revision - README

v1.0.2

14 Apr 20:34
Compare
Choose a tag to compare
Adding pre-commit hooks

v1.0.1

05 Apr 15:48
Compare
Choose a tag to compare
  • Adding a new feature to amend attributes to prefix_order and id

v1.0.0

04 Apr 15:03
Compare
Choose a tag to compare

Features

The module supports the following:

  • Optionally limiting the id variable length to a specific number of chars by modifying the prefix_lenght_limit variable, defaulted to 0 which means no limit.
  • Optionally configure the case letter of tag_key_case and tag_value_case, defaults to title, lower respectively.
  • A random string will be created using the random provider that will be used in case of creating a truncated id, prefix_legnth_limit !=0.
  • Supporting a configurable regex_substitute_chars variable which will replace any non-alphanumeric chars passed to enviroment, project_name, region and, name, defaulted to "/[^(a-z)(A-Z)(0-9)$]/".
  • A validation mechanism to validate some input variables e.g. tag_key_case, tag_value_case, region
  • Optional attributes will be added automatically to tags variable.