tags

hadenlabs/tags/null

Terraform Module HCL NULL

Terraform tags

Install
module "tags" {
source = "hadenlabs/tags/null"
version = "0.2.0"
}
plain text: /constructs/tfmod-hadenlabs-tags-null/install.txt
⭐ Source on GitHub 📦 Registry page
README

![GitHub tag (latest SemVer)](https://github.com/hadenlabs/terraform-null-tags/releases) ![Lint](https://github.com/hadenlabs/terraform-null-tags/actions) ![Issues](https://github.com/hadenlabs/terraform-null-tags/issues) ![Latest Release](https://github.com/hadenlabs/terraform-null-tags/releases) terraform-null-tags terraform tags Usage ``hcl module "main" { source = "hadenlabs/terraform-null-tags" version = "0.2.0" namespace = "hadenlabs" environment = "us-east-1" stage = "develop" name = "jenkins" } ` Full working examples can be found in examples folder. Examples common `hcl module "main" { source = "hadenlabs/terraform-null-tags" version = "0.2.0" namespace = "hadenlabs" stage = "develop" name = "jenkins" } ` Requirements | Name | Version | | ------------------------------------------

Inputs (6)
NameTypeDescriptionDefault
namespacestringNamespace, which could be your organization name or abbreviation, e.g. 'eg' or ' required
stagestringStage, e.g. 'prod', 'staging', 'dev', OR 'source', 'build', 'test', 'deploy', 'r required
namestringSolution name, e.g. 'app' or 'jenkins' required
attributeslist(string)Additional attributes (e.g. `1`)[]
tagsmap(string)Additional tags (e.g. `map('BusinessUnit','XYZ')`{}
configanySingle object for setting entire configuration at once. See description of indiv{}
Outputs (10)
namespace — Normalized namespace
stage — Normalized stage
label_order — The naming order actually used to create the ID
id_full — return id full generated of label order
name — Normalized name
delimiter — Delimiter between `namespace`, `stage`, `name` and `attributes`
name6 — first 6 chars of string name
name32 — first 32 chars of string name
attributes — List of attributes
tags — Tags as a map (includes a `Name` tag)
Details
FrameworkTerraform Module
LanguageHCL
Version0.2.0
Cloud NULL
★ Stars1
Forks3
Total downloads9.7k
Inputs6
Outputs10
Examples1
LicenseLGPL-3.0
Namespacehadenlabs
Updated