An open API service indexing awesome lists of open source software.

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

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 |