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: infrastructure/modules/ecs/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
@@ -127,6 +127,7 @@ module "ecs_service" {
127
127
| <aname="output_certificate_arn"></a> [certificate\_arn](#output\_certificate\_arn)| The arn of certificate that load balancer is using |
128
128
| <aname="output_container_port"></a> [container\_port](#output\_container\_port)| The container port number of docker image, which was provided as input variable of this module |
|[aws_route53_zone.ndr_zone](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/route53_zone)| data source |
60
61
@@ -66,6 +67,7 @@ module "dns" {
66
67
| <aname="input_api_gateway_subdomain_name"></a> [api\_gateway\_subdomain\_name](#input\_api\_gateway\_subdomain\_name)| Subdomain name for api gateway custom domain. Example: api-dev |`string`| n/a | yes |
67
68
| <aname="input_api_gateway_zone_id"></a> [api\_gateway\_zone\_id](#input\_api\_gateway\_zone\_id)| The Route53 zone ID associated with the API Gateway custom domain. |`string`| n/a | yes |
68
69
| <aname="input_dns_name"></a> [dns\_name](#input\_dns\_name)| The target DNS name for the record, typically the Fargate or Load Balancer endpoint. |`string`| n/a | yes |
70
+
| <aname="input_dns_zone_id"></a> [dns\_zone\_id](#input\_dns\_zone\_id)| The Route53 zone ID of the load balancer. |`string`|`""`| no |
69
71
| <aname="input_domain"></a> [domain](#input\_domain)| The root domain name used to find or create the Route53 hosted zone. |`string`| n/a | yes |
70
72
| <aname="input_using_arf_hosted_zone"></a> [using\_arf\_hosted\_zone](#input\_using\_arf\_hosted\_zone)| Whether to use a shared hosted zone for ARF or multi-module deployments. |`bool`|`true`| no |
0 commit comments