label

aws-ia/label/aws

Terraform Module HCL AWS ✓ Verified

AWS Label Module

Install
module "label" {
source = "aws-ia/label/aws"
version = "0.0.6"
}
plain text: /constructs/tfmod-aws-ia-label-aws/install.txt
⭐ Source on GitHub 📦 Registry page
README

Terraform AWS Label Module The Terraform Amazon Web Services (AWS) Label module generates consistent label names and tags for Terraform resources. --- Requirements | Name | Version | |------|---------| | aws | >= 3.68 | | awscc | ~> 0.9 | Providers No providers. Modules No modules. Resources No resources. Inputs | Name | Description | Type | Default | Required | |------|-------------|------|---------|:--------:| | account | account, which could be AWS Account Name or Number | string | null | no | | attributes | attributes, which could be used for additional attributes | list(any) | [] | no | | delimiter | delimiter, which could be used between name, namespace and env | string | "-" | no | | env | environment, e.g. 'sit', 'uat', 'prod' etc | string | null | no | | id\_order | The order in w

Inputs (8)
NameTypeDescriptionDefault
namespacestringnamespace, which could be your organization name, e.g. amazonnull
envstringenvironment, e.g. 'sit', 'uat', 'prod' etcnull
accountstringaccount, which could be AWS Account Name or Numbernull
namestringstack namenull
delimiterstringdelimiter, which could be used between name, namespace and env."-"
attributeslist(any)attributes, which could be used for additional attributes.[]
tagsanytags, which could be used for additional tags.[]
id_orderlist(any)The order in which the `id` is constructed. Default yields `namespace-account-en[ "namespace", "account", "env",
Outputs (7)
tags — Output of tags in awscc provider format.
tags_aws — Output of tags in aws provider format.
id — Output of computed id based on inputs to module.
name — Name of workload.
namespace — Namespace of workload.
account — Account of workload.
env — Environment of workload.
Details
FrameworkTerraform Module
LanguageHCL
Version0.0.6
Cloud AWS
★ Stars40
Forks13
Total downloads1.6M
Inputs8
Outputs7
Examples2
LicenseApache-2.0
Namespaceaws-ia
Updated