Releases: obytes/terraform-aws-tag
Releases · obytes/terraform-aws-tag
v1.0.8
v1.0.7
v1.0.6
v1.0.5
v1.0.4
v1.0.3
v1.0.2
v1.0.1
v1.0.0
Features
The module supports the following:
- Optionally limiting the
id
variable length to a specific number of chars by modifying theprefix_lenght_limit
variable, defaulted to 0 which means no limit. - Optionally configure the case letter of
tag_key_case
andtag_value_case
, defaults totitle
,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 toenviroment
,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 totags
variable.