https://github.com/launchbynttdata/tf-aws-module_primitive-virtual_router
https://github.com/launchbynttdata/tf-aws-module_primitive-virtual_router
aws primitive terraform
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/launchbynttdata/tf-aws-module_primitive-virtual_router
- Owner: launchbynttdata
- License: apache-2.0
- Created: 2024-05-02T20:56:16.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-18T22:09:07.000Z (7 months ago)
- Last Synced: 2025-01-03T10:46:06.911Z (4 months ago)
- Topics: aws, primitive, terraform
- Language: HCL
- Size: 107 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# tf-aws-module_primitive-appmesh_virtual_router
## Requirements
| Name | Version |
|------|---------|
| [terraform](#requirement\_terraform) | ~> 1.0 |
| [aws](#requirement\_aws) | ~> 5.0 |
| [random](#requirement\_random) | >= 3.4.3 |## Providers
| Name | Version |
|------|---------|
| [aws](#provider\_aws) | 5.72.1 |## Modules
No modules.
## Resources
| Name | Type |
|------|------|
| [aws_appmesh_virtual_router.this](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/appmesh_virtual_router) | resource |## Inputs
| Name | Description | Type | Default | Required |
|------|-------------|------|---------|:--------:|
| [name](#input\_name) | Name to use for the virtual router. Must be between 1 and 255 characters in length. | `string` | n/a | yes |
| [app\_mesh\_name](#input\_app\_mesh\_name) | Name of the service mesh in which to create the virtual router. Must be between 1 and 255 characters in length. | `string` | n/a | yes |
| [app\_mesh\_owner\_id](#input\_app\_mesh\_owner\_id) | AWS account ID of the service mesh's owner. Defaults to the account ID the AWS provider is currently connected to. | `string` | `null` | no |
| [listeners](#input\_listeners) | Listeners that the virtual router is expected to receive inbound traffic from. Currently only one listener is supported per virtual router. | `any` | `null` | no |
| [tags](#input\_tags) | A map of custom tags to be attached to this resource | `map(string)` | `{}` | no |## Outputs
| Name | Description |
|------|-------------|
| [id](#output\_id) | ID of the Virtual router. |
| [arn](#output\_arn) | ARN of the Virtual router |
| [name](#output\_name) | Name of the Virtual router |