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
+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
@@ -59,7 +59,7 @@ This Terraform module automates the deployment of the Atlantis server on an ECS
59
59
| <aname="input_ecs_service_desired_count"></a> [ecs\_service\_desired\_count](#input\_ecs\_service\_desired\_count)| (Optional) Number of instances of the task definition to place and keep running. |`number`|`null`| no |
60
60
| <aname="input_private_subnet_ids"></a> [private\_subnet\_ids](#input\_private\_subnet\_ids)| List of Private subnet ids to deploy Atlantis server. |`list(string)`| n/a | yes |
61
61
| <aname="input_public_subnet_ids"></a> [public\_subnet\_ids](#input\_public\_subnet\_ids)| List of Public subnet ids to deploy application load balancers. |`list(string)`| n/a | yes |
62
-
| <aname="input_thumbprint_list"></a> [thumbprint\_list](#input\_thumbprint\_list)| The thumbprint of the OIDC provider |`list(string)`| <pre>[<br> "e252aa6e92432f32cbc1b182056627c239652678"<br>]</pre> | no |
62
+
| <aname="input_thumbprint_list"></a> [thumbprint\_list](#input\_thumbprint\_list)| The thumbprint of the OIDC provider |`list(string)`| <pre>[<br/> "e252aa6e92432f32cbc1b182056627c239652678"<br/>]</pre> | no |
63
63
| <aname="input_vpc_id"></a> [vpc\_id](#input\_vpc\_id)| VPC ID for creating Atlantis Resources. |`string`| n/a | yes |
0 commit comments