tags
Flaconi/tags/null
This helper module creates tags for the various projects
Tags Module      This Terraform module helps to create a unified tagging across different projects. Usage Typical Folder structure within a Terraform Project: `` . ├── lambda-security-group │ └── terragrunt.hcl ├── redis │ └── terragrunt.hcl ├── redis-security-group │ └── terragrunt.hcl ├── ssm-store │ └── terragrunt.hcl └── tags └── terragrunt.hcl ` Typical terragrunt.hcl of project tags (initialization) `hcl terraform { sou
| Name | Type | Description | Default |
|---|---|---|---|
| terraform_provider | string | Namespace, which could be your organization name or abbreviation, e.g. 'eg' or ' | "" |
| environment | string | Environment, e.g. 'prod', 'staging', 'dev', 'pre-prod', 'UAT' | "" |
| parent | string | Parent folder | "" |
| region | string | Region, e.g. 'eu-west-1', 'eu-central-1' | "" |
| project | string | Solution name, e.g. 'app' or 'jenkins' | "" |
| tags | map(string) | Additional tags (e.g. `map('BusinessUnit','XYZ')` | {} |
| additional_tag_map | map(string) | Additional tags for appending to each tag map | {} |
tags — Normalized Tag maptags_as_list_of_maps — Additional tags as a list of maps, which can be used in several AWS resourcesAzure landing zones Terraform module
Terraform supermodule for the Terraform platform engineering for Azure
Terraform module to deploy landing zone subscriptions (and much more) in Azure
Terraform Module to define a consistent naming convention by (namespace, stage,