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_capacity_provider_default_auto_scaling_group_arn"></a> [capacity\_provider\_default\_auto\_scaling\_group\_arn](#input\_capacity\_provider\_default\_auto\_scaling\_group\_arn)| ARN for this Auto Scaling Group. |`string`|`null`| no |
46
46
| <aname="input_capacity_providers"></a> [capacity\_providers](#input\_capacity\_providers)| Capacity Providers to associate with the ECS Cluster. |`any`|`{}`| no |
47
47
| <aname="input_cluster_name"></a> [cluster\_name](#input\_cluster\_name)| (Required) Name of the cluster. |`string`| n/a | yes |
@@ -50,14 +50,14 @@ Terraform module to deploy production-ready applications and services on an exis
50
50
| <aname="input_create_capacity_provider"></a> [create\_capacity\_provider](#input\_create\_capacity\_provider)| Creates a new Capacity Provider to use with the Autoscaling Group. |`bool`|`true`| no |
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_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
55
| <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
56
| <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 |
57
57
| <aname="input_s3_bucket_tags"></a> [s3\_bucket\_tags](#input\_s3\_bucket\_tags)| (Optional) Map of tags to assign to the bucket. |`map(string)`|`{}`| no |
58
58
| <aname="input_s3_elb_service_account_arn"></a> [s3\_elb\_service\_account\_arn](#input\_s3\_elb\_service\_account\_arn)| (Optional, Default:null) ARN of the ELB Service Account. |`string`|`null`| no |
Copy file name to clipboardExpand all lines: modules/acm/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ No modules.
51
51
| <aname="input_certificate_key_algorithm"></a> [certificate\_key\_algorithm](#input\_certificate\_key\_algorithm)| (Optional) Specifies the algorithm of the public and private key pair that your Amazon issued certificate uses to encrypt data. |`string`|`"RSA_2048"`| no |
52
52
| <aname="input_certificate_subject_alternative_names"></a> [certificate\_subject\_alternative\_names](#input\_certificate\_subject\_alternative\_names)| (Optional) Set of domains that should be SANs in the issued certificate. |`list(string)`|`[]`| no |
53
53
| <aname="input_certificate_validation_method"></a> [certificate\_validation\_method](#input\_certificate\_validation\_method)| (Optional) Which method to use for validation. DNS or EMAIL are valid. |`string`|`"DNS"`| no |
54
-
| <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 |
54
+
| <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
55
| <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
56
| <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 |
57
57
| <aname="input_tags"></a> [tags](#input\_tags)| (Optional) Map of tags to assign to the resource. |`map(string)`|`{}`| no |
| <aname="input_enable_deletion_protection"></a> [enable\_deletion\_protection](#input\_enable\_deletion\_protection)| (Optional) If true, deletion of the load balancer will be disabled via the AWS API. |`bool`|`false`| no |
87
87
| <aname="input_internal"></a> [internal](#input\_internal)| (Optional) If true, the LB will be internal. |`bool`|`false`| no |
| <aname="input_name"></a> [name](#input\_name)| (Optional) Name of the LB. |`string`|`null`| no |
91
91
| <aname="input_preserve_host_header"></a> [preserve\_host\_header](#input\_preserve\_host\_header)| (Optional) Whether the Application Load Balancer should preserve the Host header in the HTTP request and send it to the target without any change. |`bool`|`true`| no |
92
92
| <aname="input_security_groups_ids"></a> [security\_groups\_ids](#input\_security\_groups\_ids)| (Optional) List of security group IDs to assign to the LB. |`list(string)`|`[]`| no |
93
93
| <aname="input_subnets_ids"></a> [subnets\_ids](#input\_subnets\_ids)| (Optional) List of subnet IDs to attach to the LB. |`list(string)`| n/a | yes |
94
94
| <aname="input_tags"></a> [tags](#input\_tags)| (Optional) Map of tags to assign to the resource. |`map(string)`|`{}`| no |
95
-
| <aname="input_target_groups"></a> [target\_groups](#input\_target\_groups)| Target Groups to create and forward ALB ingress to. | <pre>map(object({<br> name = optional(string)<br> vpc_id = optional(string)<br> port = optional(number)<br> protocol = optional(string)<br> target_type = optional(string)<br> health_check = optional(any, null)<br> tags = optional(map(string), {})<br> }))</pre> |`{}`| no |
95
+
| <aname="input_target_groups"></a> [target\_groups](#input\_target\_groups)| Target Groups to create and forward ALB ingress to. | <pre>map(object({<br/> name = optional(string)<br/> vpc_id = optional(string)<br/> port = optional(number)<br/> protocol = optional(string)<br/> target_type = optional(string)<br/> health_check = optional(any, null)<br/> tags = optional(map(string), {})<br/> }))</pre> |`{}`| no |
0 commit comments