tagger

Infrastrukturait/tagger/null

Terraform Module HCL NULL

Terraform Module to define a consistent naming convention built by namespaces, stages, names and other attributes.

Install
module "tagger" {
source = "Infrastrukturait/tagger/null"
version = "0.1.0"
}
plain text: /constructs/tfmod-infrastrukturait-tagger-null/install.txt
⭐ Source on GitHub 📦 Registry page
README

Terraform tagger module ![WeSupportUkraine](https://github.com/Infrastrukturait/WeSupportUkraine) Idea it is a terraform module that was created to maintain consistent names and tags for resources in our organization. We really believe and love Open Source, We provide this module under GNU General Public License v3 license, feel free to using it. Usage It's recommended to use one tagger module for every unique resource of a given resource type. For example, if you have 10 instances, there should be 10 different labels. However, if you have multiple different kinds of resources (e.g. instances, security groups, file systems, and elastic ips), then they can all share the same label assuming they are logically related. License ![License: GPL v3](https://www.gnu.org/licenses/gpl-3.0) ``text GN

Inputs (5)
NameTypeDescriptionDefault
enabledboolSet to false to prevent the module from creating any resources.true
namestringResource identificator, e.g. `homepage`, `nat-instance`, `webserver`, `dbserver`""
descriptionstringDescription or purpose for resource""
environmentstringResource environment. Usually used to indicate role, e.g. `prod`, `staging`, `so""
extra_tagsmap(string)Additional tags for resources. You can put extra tags with other helpful informa{}
Outputs (4)
name
description
environment
tags
Details
FrameworkTerraform Module
LanguageHCL
Version0.1.0
Cloud NULL
Total downloads159
Inputs5
Outputs4
NamespaceInfrastrukturait
Updated