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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,10 +39,10 @@ No resources.
39
39
| <aname="input_asg_iam_instance_profile_name"></a> [asg\_iam\_instance\_profile\_name](#input\_asg\_iam\_instance\_profile\_name)| (Optional, Forces new resource) Name of the instance profile. |`string`|`null`| no |
40
40
| <aname="input_asg_iam_instance_profile_tags"></a> [asg\_iam\_instance\_profile\_tags](#input\_asg\_iam\_instance\_profile\_tags)| (Optional) Map of resource tags for the IAM Instance Profile. |`map(string)`|`{}`| no |
41
41
| <aname="input_asg_iam_role_name"></a> [asg\_iam\_role\_name](#input\_asg\_iam\_role\_name)| (Optional, Forces new resource) Friendly name of the role. |`string`|`null`| no |
42
-
| <aname="input_asg_iam_role_policy_attachments"></a> [asg\_iam\_role\_policy\_attachments](#input\_asg\_iam\_role\_policy\_attachments)| (Optional) - The ARNs of the policies you want to apply |`list(string)`| <pre>[<br> "arn:aws:iam::aws:policy/service-role/AmazonEC2ContainerServiceforEC2Role"<br>]</pre> | no |
42
+
| <aname="input_asg_iam_role_policy_attachments"></a> [asg\_iam\_role\_policy\_attachments](#input\_asg\_iam\_role\_policy\_attachments)| (Optional) - The ARNs of the policies you want to apply |`list(string)`| <pre>[<br/> "arn:aws:iam::aws:policy/service-role/AmazonEC2ContainerServiceforEC2Role"<br/>]</pre> | no |
43
43
| <aname="input_asg_iam_role_tags"></a> [asg\_iam\_role\_tags](#input\_asg\_iam\_role\_tags)| Key-value mapping of tags for the IAM role. |`map(string)`|`{}`| no |
44
44
| <aname="input_asg_instances_tags"></a> [asg\_instances\_tags](#input\_asg\_instances\_tags)| Resources Tags to propagate to the Instances |`map(string)`|`{}`| no |
| <aname="input_asg_launch_template_id"></a> [asg\_launch\_template\_id](#input\_asg\_launch\_template\_id)| Identifier of the Launch Template |`string`|`null`| no |
47
47
| <aname="input_asg_launch_template_version"></a> [asg\_launch\_template\_version](#input\_asg\_launch\_template\_version)| (Optional) Template version. |`string`|`"$Default"`| no |
48
48
| <aname="input_asg_max_size"></a> [asg\_max\_size](#input\_asg\_max\_size)| Maximum size of the Auto Scaling Group |`number`| n/a | yes |
@@ -53,7 +53,7 @@ No resources.
53
53
| <aname="input_asg_vpc_zone_identifier"></a> [asg\_vpc\_zone\_identifier](#input\_asg\_vpc\_zone\_identifier)| (Optional) List of subnet IDs to launch resources in. |`list(string)`|`[]`| no |
54
54
| <aname="input_cluster_name"></a> [cluster\_name](#input\_cluster\_name)| (Required) Name of the cluster |`string`| n/a | yes |
55
55
| <aname="input_cluster_service_connect_namespace"></a> [cluster\_service\_connect\_namespace](#input\_cluster\_service\_connect\_namespace)| (Optional) ARN of the aws\_service\_discovery\_http\_namespace that's used when you create a service and don't specify a Service Connect configuration. |`string`|`null`| no |
56
-
| <aname="input_cluster_setting"></a> [cluster\_setting](#input\_cluster\_setting)| (Optional) Configuration block(s) with cluster settings. | <pre>list(object({<br> name = string<br> value = string<br> }))</pre> |`[]`| no |
56
+
| <aname="input_cluster_setting"></a> [cluster\_setting](#input\_cluster\_setting)| (Optional) Configuration block(s) with cluster settings. | <pre>list(object({<br/> name = string<br/> value = string<br/> }))</pre> |`[]`| no |
57
57
| <aname="input_cluster_tags"></a> [cluster\_tags](#input\_cluster\_tags)| (Optional) Key-value map of resource tags. |`map(string)`|`{}`| no |
Copy file name to clipboardExpand all lines: modules/asg/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,10 +40,10 @@ No modules.
40
40
| <aname="input_iam_instance_profile_name"></a> [iam\_instance\_profile\_name](#input\_iam\_instance\_profile\_name)| (Optional, Forces new resource) Name of the instance profile. |`string`|`null`| no |
41
41
| <aname="input_iam_instance_profile_tags"></a> [iam\_instance\_profile\_tags](#input\_iam\_instance\_profile\_tags)| (Optional) Map of resource tags for the IAM Instance Profile. |`map(string)`|`{}`| no |
42
42
| <aname="input_iam_role_name"></a> [iam\_role\_name](#input\_iam\_role\_name)| (Optional, Forces new resource) Friendly name of the role. |`string`|`null`| no |
43
-
| <aname="input_iam_role_policy_attachments"></a> [iam\_role\_policy\_attachments](#input\_iam\_role\_policy\_attachments)| (Required) - The ARN of the policy you want to apply |`list(string)`| <pre>[<br> "arn:aws:iam::aws:policy/service-role/AmazonEC2ContainerServiceforEC2Role"<br>]</pre> | no |
43
+
| <aname="input_iam_role_policy_attachments"></a> [iam\_role\_policy\_attachments](#input\_iam\_role\_policy\_attachments)| (Required) - The ARN of the policy you want to apply |`list(string)`| <pre>[<br/> "arn:aws:iam::aws:policy/service-role/AmazonEC2ContainerServiceforEC2Role"<br/>]</pre> | no |
44
44
| <aname="input_iam_role_tags"></a> [iam\_role\_tags](#input\_iam\_role\_tags)| Key-value mapping of tags for the IAM role. |`map(string)`|`{}`| no |
45
45
| <aname="input_instances_tags"></a> [instances\_tags](#input\_instances\_tags)| Resources Tags to propagate to the Instances |`map(string)`|`{}`| no |
| <aname="input_launch_template_id"></a> [launch\_template\_id](#input\_launch\_template\_id)| (Optional) ID of the launch template. |`string`|`null`| no |
48
48
| <aname="input_launch_template_version"></a> [launch\_template\_version](#input\_launch\_template\_version)| (Optional) Template version. |`string`|`"$Latest"`| no |
49
49
| <aname="input_max_size"></a> [max\_size](#input\_max\_size)| Maximum size of the Auto Scaling Group |`number`| n/a | yes |
| <aname="input_name"></a> [name](#input\_name)| Name of the ECS Cluster to create |`string`| n/a | yes |
32
32
| <aname="input_service_connect_namespace"></a> [service\_connect\_namespace](#input\_service\_connect\_namespace)| (Optional) ARN of the aws\_service\_discovery\_http\_namespace that's used when you create a service and don't specify a Service Connect configuration. |`string`|`null`| no |
33
-
| <aname="input_setting"></a> [setting](#input\_setting)| Details of the setting configuration | <pre>list(object({<br> name = string<br> value = string<br> }))</pre> |`[]`| no |
33
+
| <aname="input_setting"></a> [setting](#input\_setting)| Details of the setting configuration | <pre>list(object({<br/> name = string<br/> value = string<br/> }))</pre> |`[]`| no |
34
34
| <aname="input_tags"></a> [tags](#input\_tags)| Resource Tags for ECS Cluster |`map(any)`|`{}`| no |
0 commit comments