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
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -237,6 +237,7 @@ module "api_gateway" {
237
237
| <aname="input_hosted_zone_name"></a> [hosted\_zone\_name](#input\_hosted\_zone\_name)| Optional domain name of the Hosted Zone where the domain should be created |`string`|`null`| no |
238
238
| <aname="input_mutual_tls_authentication"></a> [mutual\_tls\_authentication](#input\_mutual\_tls\_authentication)| The mutual TLS authentication configuration for the domain name |`map(string)`|`{}`| no |
239
239
| <aname="input_name"></a> [name](#input\_name)| The name of the API. Must be less than or equal to 128 characters in length |`string`|`""`| no |
240
+
| <aname="input_private_zone"></a> [private\_zone](#input\_private\_zone)| Indicates the hosted zone being looked up is private. |`bool`|`false`| no |
240
241
| <aname="input_protocol_type"></a> [protocol\_type](#input\_protocol\_type)| The API protocol. Valid values: `HTTP`, `WEBSOCKET`|`string`|`"HTTP"`| no |
241
242
| <aname="input_route_key"></a> [route\_key](#input\_route\_key)| Part of quick create. Specifies any route key. Applicable for HTTP APIs |`string`|`null`| no |
242
243
| <aname="input_route_selection_expression"></a> [route\_selection\_expression](#input\_route\_selection\_expression)| The route selection expression for the API. Defaults to `$request.method $request.path`|`string`|`null`| no |
description="Indicates the hosted zone being looked up is private."
155
+
type=bool
156
+
default=false
157
+
}
158
+
153
159
variable"domain_name_certificate_arn" {
154
160
description="The ARN of an AWS-managed certificate that will be used by the endpoint for the domain name. AWS Certificate Manager is the only supported source"
0 commit comments