## Requirements
No requirements.
## Providers
No providers.
## Modules
No modules.
## Resources
No resources.
## Inputs
| Name | Description | Type | Default | Required |
|------|-------------|------|---------|:--------:|
| [attributes](#input\_attributes) | Additional attributes (e.g. `1`) | `string` | `""` | no |
| [delimiter](#input\_delimiter) | Delimiter to be used between `name`, `tenant`, `zone`, etc. | `string` | `"-"` | no |
| [enabled](#input\_enabled) | Whether to create the resources. Set to `false` to prevent the module from creating any resources | `bool` | `true` | no |
| [environment](#input\_environment) | zone, e.g. 'prod', 'preprod' | `string` | `""` | no |
| [org](#input\_org) | tenant, which could be your organization name, e.g. aws' | `string` | `""` | no |
| [region](#input\_region) | AWS Region | `string` | `"eu-west-1"` | no |
| [resource](#input\_resource) | Solution name, e.g. 'app' or 'cluster' | `string` | `""` | no |
| [tags](#input\_tags) | Additional tags (e.g. `map('BusinessUnit`,`XYZ`) | `map(string)` | `{}` | no |
| [tenant](#input\_tenant) | Account Name or unique account unique id e.g., apps or management or aws007 | `string` | `""` | no |
| [zone](#input\_zone) | Environment, e.g. 'load', 'zone', 'dev', 'uat' | `string` | `""` | no |
## Outputs
| Name | Description |
|------|-------------|
| [id](#output\_id) | aws resource id |
| [tags](#output\_tags) | aws resource tags |