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
| <aname="input_account_id"></a> [account\_id](#input\_account\_id)| The AWS account ID where the MCP server resources will be created. |`string`| n/a | yes |
40
46
| <aname="input_bedrock_knowledge_base_id"></a> [bedrock\_knowledge\_base\_id](#input\_bedrock\_knowledge\_base\_id)| The Bedrock knowledge base ID to be used by the MCP server. |`string`| n/a | yes |
47
+
| <aname="input_dns"></a> [dns](#input\_dns)| DNS configuration for the MCP server, including zone name, resource group name, and custom domain name. | <pre>object({<br/> zone_name = string<br/> resource_group_name = string<br/> custom_domain_name = string<br/> })</pre> | n/a | yes |
0 commit comments