A Terraform module for creating a set of default tags to add to AWS resources. Returns a map of tags. Optional variables are highly recommend.
module "tags" {
source = "git@github.com:q4mobile/terraform-module-aws-tags-default.git?ref=0.0.2"
environment = "prod"
product = "mfe-shell-captial-connect"
additional_tags = {
hello = "world"
}
}
Name | Version |
---|---|
aws | >= 2.40.0 |
time | >= 0.0.8 |
Name | Version |
---|---|
aws | 4.27.0 |
time | 0.8.0 |
No modules.
Name | Type |
---|---|
time_static.date_created | resource |
aws_caller_identity.current_user | data source |
Name | Description | Type | Default | Required |
---|---|---|---|---|
contact | n/a | string |
n/a | yes |
control_repository_url | n/a | string |
n/a | yes |
description | n/a | string |
n/a | yes |
environment | n/a | string |
n/a | yes |
module_repository_url | n/a | string |
n/a | yes |
name | n/a | string |
n/a | yes |
product | n/a | string |
n/a | yes |
sub_product | n/a | string |
n/a | yes |
additional_tags | n/a | map(string) |
{} |
no |
date_format | n/a | string |
"YYYY-DD-MM hh:mm:ss ZZZZZ" |
no |
provisioner | n/a | string |
"terraform" |
no |
ops_tier | n/a | string |
n/a | no |
Name | Description |
---|---|
tags | A map of the generated tags. |