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
@@ -51,6 +51,8 @@ Terraform module to deploy production-ready applications and services on an exis
51
51
| <aname="input_create_s3_bucket_for_alb_logging"></a> [create\_s3\_bucket\_for\_alb\_logging](#input\_create\_s3\_bucket\_for\_alb\_logging)| (Optional) Creates S3 bucket for storing ALB Access and Connection Logs. |`bool`|`true`| no |
52
52
| <aname="input_default_capacity_providers_strategies"></a> [default\_capacity\_providers\_strategies](#input\_default\_capacity\_providers\_strategies)| (Optional) Set of capacity provider strategies to use by default for the cluster. |`any`|`[]`| no |
| <aname="input_region"></a> [region](#input\_region)| (Optional) AWS region to create resources in. |`string`|`null`| no |
55
+
| <aname="input_route53_assume_role_arn"></a> [route53\_assume\_role\_arn](#input\_route53\_assume\_role\_arn)| (Optional) ARN of the role to assume for Route53 operations. |`string`|`null`| no |
54
56
| <aname="input_s3_bucket_force_destroy"></a> [s3\_bucket\_force\_destroy](#input\_s3\_bucket\_force\_destroy)| (Optional, Default:false) Boolean that indicates all objects (including any locked objects) should be deleted from the bucket when the bucket is destroyed so that the bucket can be destroyed without error. |`bool`|`false`| no |
55
57
| <aname="input_s3_bucket_name"></a> [s3\_bucket\_name](#input\_s3\_bucket\_name)| (Optional, Forces new resource) Name of the bucket. |`string`|`null`| no |
56
58
| <aname="input_s3_bucket_policy_id_prefix"></a> [s3\_bucket\_policy\_id\_prefix](#input\_s3\_bucket\_policy\_id\_prefix)| (Optional) - Prefix of the ID for the policy document. |`string`|`"ecs-deployment-alb-"`| no |
| <aname="input_certificate_validation_option"></a> [certificate\_validation\_option](#input\_certificate\_validation\_option)| (Optional) Configuration block used to specify information about the initial validation of each domain name. | <pre>object({<br/> domain_name = string<br/> validation_domain = string<br/> })</pre> |`null`| no |
55
58
| <aname="input_record_allow_overwrite"></a> [record\_allow\_overwrite](#input\_record\_allow\_overwrite)| (Optional) Allow creation of this record in Terraform to overwrite an existing record, if any. |`bool`|`true`| no |
56
59
| <aname="input_record_zone_id"></a> [record\_zone\_id](#input\_record\_zone\_id)| (Required) Hosted zone ID for a CloudFront distribution, S3 bucket, ELB, or Route 53 hosted zone. |`string`| n/a | yes |
60
+
| <aname="input_route53_assume_role_arn"></a> [route53\_assume\_role\_arn](#input\_route53\_assume\_role\_arn)| (Optional) IAM role ARN to assume for Route53 operations |`string`|`null`| no |
57
61
| <aname="input_tags"></a> [tags](#input\_tags)| (Optional) Map of tags to assign to the resource. |`map(string)`|`{}`| no |
58
62
59
63
## Outputs
@@ -63,5 +67,5 @@ No modules.
63
67
| <aname="output_acm_certificate_arn"></a> [acm\_certificate\_arn](#output\_acm\_certificate\_arn)| ARN of the ACM certificate. |
64
68
| <aname="output_acm_certificate_id"></a> [acm\_certificate\_id](#output\_acm\_certificate\_id)| ARN of the ACM certificate. |
65
69
| <aname="output_acm_certificate_validation_id"></a> [acm\_certificate\_validation\_id](#output\_acm\_certificate\_validation\_id)| Identifier of the ACM certificate validation resource. |
66
-
| <aname="output_route53_record_id"></a> [route53\_record\_id](#output\_route53\_record\_id)| Identifier of the Route53 Record for validation of the ACM certificate. |
70
+
| <aname="output_route53_record_id"></a> [route53\_record\_id](#output\_route53\_record\_id)| Identifier of the Route53 Record (supports same & cross-account). |
0 commit comments