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
@@ -76,9 +76,9 @@ Please refer to the [examples](./examples/basic) on how to get started.
76
76
| <aname="input_subnet_ids"></a> [subnet\_ids](#input\_subnet\_ids)| IDs of the subnet(s) where agents can be deployed |`list(string)`| n/a | yes |
77
77
| <aname="input_vpc_id"></a> [vpc\_id](#input\_vpc\_id)| ID of the VPC where the cluster is running. |`string`| n/a | yes |
78
78
| <aname="input_agent_auto_update"></a> [agent\_auto\_update](#input\_agent\_auto\_update)| Whether the agent should auto-update. Valid values are minor, patch, and disabled. |`string`|`"minor"`| no |
79
-
| <aname="input_agent_cidr_blocks"></a> [agent\_cidr\_blocks](#input\_agent\_cidr\_blocks)| CIDR blocks to allow the agent to communicate with the HCP Terraform instance. |`list(string)`| <pre>[<br> "0.0.0.0/0"<br>]</pre> | no |
79
+
| <aname="input_agent_cidr_blocks"></a> [agent\_cidr\_blocks](#input\_agent\_cidr\_blocks)| CIDR blocks to allow the agent to communicate with the HCP Terraform instance. |`list(string)`| <pre>[<br/> "0.0.0.0/0"<br/>]</pre> | no |
80
80
| <aname="input_agent_cpu"></a> [agent\_cpu](#input\_agent\_cpu)| The CPU units allocated to the agent container(s). See https://docs.aws.amazon.com/AmazonECS/latest/developerguide/AWS_Fargate.html#fargate-tasks-size|`number`|`256`| no |
81
-
| <aname="input_agent_egress_ports"></a> [agent\_egress\_ports](#input\_agent\_egress\_ports)| Egress ports to allow the agent to communicate with the HCP Terraform instance. |`set(string)`| <pre>[<br> "443",<br> "7146"<br>]</pre> | no |
81
+
| <aname="input_agent_egress_ports"></a> [agent\_egress\_ports](#input\_agent\_egress\_ports)| Egress ports to allow the agent to communicate with the HCP Terraform instance. |`set(string)`| <pre>[<br/> "443",<br/> "7146"<br/>]</pre> | no |
82
82
| <aname="input_agent_image"></a> [agent\_image](#input\_agent\_image)| The Docker image to launch. |`string`|`"hashicorp/tfc-agent:latest"`| no |
83
83
| <aname="input_agent_log_level"></a> [agent\_log\_level](#input\_agent\_log\_level)| The logging verbosity for the agent. Valid values are trace, debug, info (default), warn, and error. |`string`|`"info"`| no |
84
84
| <aname="input_agent_memory"></a> [agent\_memory](#input\_agent\_memory)| The amount of memory, in MB, allocated to the agent container(s). |`number`|`512`| no |
@@ -90,7 +90,7 @@ Please refer to the [examples](./examples/basic) on how to get started.
90
90
| <aname="input_create_ecs_cluster"></a> [create\_ecs\_cluster](#input\_create\_ecs\_cluster)| Whether to create a new ECS cluster for the agent. |`bool`|`true`| no |
91
91
| <aname="input_create_tfe_agent_pool"></a> [create\_tfe\_agent\_pool](#input\_create\_tfe\_agent\_pool)| Whether to omit agent pool/token creation |`bool`|`true`| no |
92
92
| <aname="input_ecs_cluster_arn"></a> [ecs\_cluster\_arn](#input\_ecs\_cluster\_arn)| ARN of the ECS cluster where the agent will be deployed. |`string`|`"arn:aws:ecs:us-west-2:000000000000:cluster/ecs-basic"`| no |
93
-
| <aname="input_extra_env_vars"></a> [extra\_env\_vars](#input\_extra\_env\_vars)| Extra environment variables to pass to the agent container. | <pre>list(object({<br> name = string<br> value = string<br> }))</pre> |`[]`| no |
93
+
| <aname="input_extra_env_vars"></a> [extra\_env\_vars](#input\_extra\_env\_vars)| Extra environment variables to pass to the agent container. | <pre>list(object({<br/> name = string<br/> value = string<br/> }))</pre> |`[]`| no |
94
94
| <aname="input_hcp_terraform_address"></a> [hcp\_terraform\_address](#input\_hcp\_terraform\_address)| The HTTPS address of the HCP Terraform or HCP Terraform Enterprise instance. |`string`|`"https://app.terraform.io"`| no |
95
95
| <aname="input_kms_key_arn"></a> [kms\_key\_arn](#input\_kms\_key\_arn)| The ARN of the KMS key to create. If empty, a new key will be created. |`string`|`""`| no |
96
96
| <aname="input_num_agents"></a> [num\_agents](#input\_num\_agents)| The number of agent containers to run. |`number`|`1`| no |
0 commit comments