You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[aws_dx_router_configuration.this](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/dx_router_configuration)| data source |
35
38
36
39
## Inputs
@@ -47,7 +50,7 @@ This module creates following resources.
47
50
| <aname="input_resource_group_description"></a> [resource\_group\_description](#input\_resource\_group\_description)| (Optional) The description of Resource Group. |`string`|`"Managed by Terraform."`| no |
48
51
| <aname="input_resource_group_enabled"></a> [resource\_group\_enabled](#input\_resource\_group\_enabled)| (Optional) Whether to create Resource Group to find and group AWS resources which are created by this module. |`bool`|`true`| no |
49
52
| <aname="input_resource_group_name"></a> [resource\_group\_name](#input\_resource\_group\_name)| (Optional) The name of Resource Group. A Resource Group name can have a maximum of 127 characters, including letters, numbers, hyphens, dots, and underscores. The name cannot start with `AWS` or `aws`. |`string`|`""`| no |
50
-
| <aname="input_router"></a> [router](#input\_router)| (Optional) The ID of the Router Type to get the sample router configuration. For example: `CiscoSystemsInc-2900SeriesRouters-IOS124`|`string`|`null`| no |
53
+
| <aname="input_router_configuration"></a> [router\_configuration](#input\_router\_configuration)| (Optional) The configuration to retrieve a sample router configuration for the virtual interface. `router_configuration` as defined below.<br> (Optional) `router` - The ID of the Router Type to get the sample router configuration. For example: `CiscoSystemsInc-2900SeriesRouters-IOS124`.<br> (Optional) `output_path` - The path to save sample router configuration. | <pre>object({<br> router = optional(string)<br> output_path = optional(string)<br> })</pre> |`{}`| no |
51
54
| <aname="input_sitelink_enabled"></a> [sitelink\_enabled](#input\_sitelink\_enabled)| (Optional) Indicate whether to enable SiteLink. Control direct connectivity between Direct Connect points of presence. Subject to additional charges. Defaults to `false`. |`bool`|`false`| no |
52
55
| <aname="input_tags"></a> [tags](#input\_tags)| (Optional) A map of tags to add to all resources. |`map(string)`|`{}`| no |
53
56
@@ -65,7 +68,7 @@ This module creates following resources.
| <aname="output_mtu"></a> [mtu](#output\_mtu)| The MTU of the virtual interface. |
67
70
| <aname="output_name"></a> [name](#output\_name)| The name of the virtual interface. |
68
-
| <aname="output_sample_configuration"></a> [sample\_configuration](#output\_sample\_configuration)| The sample router configuration for the virtual interface. |
71
+
| <aname="output_router_configuration"></a> [router\_configuration](#output\_router\_configuration)| The sample router configuration for the virtual interface. |
69
72
| <aname="output_sitelink_enabled"></a> [sitelink\_enabled](#output\_sitelink\_enabled)| Indicate whether to enable SiteLink. |
70
73
| <aname="output_vlan"></a> [vlan](#output\_vlan)| The ID of the VLAN. |
0 commit comments