terraform-aws-arc-tags¶
terraform-aws-arc-tags¶
This module is responsible for managing the tags we use at SourceFuse when creating resources in AWS.
Usage¶
Requirements¶
Name | Version |
---|---|
terraform | >= 1.4, < 2.0.0 |
Providers¶
No providers.
Modules¶
No modules.
Resources¶
No resources.
Inputs¶
Name | Description | Type | Default | Required |
---|---|---|---|---|
environment | The environment the resource will be created in. | string |
n/a | yes |
extra_tags | Additional tags to add to your resources. | map(string) |
{} |
no |
project | The name of the project being worked on. | string |
n/a | yes |
Outputs¶
Name | Description |
---|---|
extra_tags | n/a |
tags | n/a |
Requirements¶
No requirements.
Providers¶
No providers.
Modules¶
No modules.
Resources¶
No resources.
Inputs¶
Name | Description | Type | Default | Required |
---|---|---|---|---|
environment | The environment the resource will be created in. | any |
n/a | yes |
extra_tags | Additional tags to add to your resources. | map(string) |
{} |
no |
project | The name of the project being worked on. | any |
n/a | yes |
Outputs¶
Name | Description |
---|---|
extra_tags | n/a |
tags | n/a |
Git commits¶
while Contributing or doing git commit please specify the breaking change in your commit message whether its major,minor or patch
For Example
By specifying this , it will bump the version and if you dont specify this in your commit message then by default it will consider patch and will bump that accordingly