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-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,16 +68,17 @@ Deploy a docker compose project to a Google Cloud Compute Instance.
68
68
| <aname="input_project_id"></a> [project\_id](#input\_project\_id)| The GCP project ID |`string`| n/a | yes |
69
69
| <aname="input_project_number"></a> [project\_number](#input\_project\_number)| The GCP project number |`string`| n/a | yes |
70
70
| <aname="input_allowed_ips"></a> [allowed\_ips](#input\_allowed\_ips)| CIDR IP Addresses allowed to turn on this site's GCP instance |`list(string)`|`[]`| no |
71
-
| <aname="input_artifact_registry_location"></a> [artifact\_registry\_location](#input\_artifact\_registry\_location)| Artifact Registry location for var.artifact\_registry\_repository. |`string`|`"us"`| no |
72
-
| <aname="input_artifact_registry_repository"></a> [artifact\_registry\_repository](#input\_artifact\_registry\_repository)| Optional Artifact Registry repository name to grant the VM service account reader access to. Leave empty to skip creating the IAM binding. |`string`|`""`| no |
73
71
| <aname="input_allowed_ssh_ipv4"></a> [allowed\_ssh\_ipv4](#input\_allowed\_ssh\_ipv4)| CIDR IPv4 Addresses allowed to to SSH into this site's GCP instance |`list(string)`|`[]`| no |
74
72
| <aname="input_allowed_ssh_ipv6"></a> [allowed\_ssh\_ipv6](#input\_allowed\_ssh\_ipv6)| CIDR IPv6 Addresses allowed to SSH into this site's GCP instance |`list(string)`|`[]`| no |
73
+
| <aname="input_artifact_registry_location"></a> [artifact\_registry\_location](#input\_artifact\_registry\_location)| Artifact Registry location for var.artifact\_registry\_repository. |`string`|`"us"`| no |
74
+
| <aname="input_artifact_registry_repository"></a> [artifact\_registry\_repository](#input\_artifact\_registry\_repository)| Optional Artifact Registry repository name to grant the VM service account reader access to. Leave empty to skip creating the IAM binding. |`string`|`""`| no |
75
75
| <aname="input_disk_size_gb"></a> [disk\_size\_gb](#input\_disk\_size\_gb)| Data disk size in GB |`number`|`50`| no |
76
76
| <aname="input_disk_type"></a> [disk\_type](#input\_disk\_type)| The disk type for disks attached to the machine |`string`|`"hyperdisk-balanced"`| no |
77
77
| <aname="input_docker_compose_branch"></a> [docker\_compose\_branch](#input\_docker\_compose\_branch)| git branch to checkout for var.docker\_compose\_repo |`string`|`"main"`| no |
78
78
| <aname="input_docker_compose_down"></a> [docker\_compose\_down](#input\_docker\_compose\_down)| Command to stop the docker compose project |`list(string)`| <pre>[<br/> "docker compose down"<br/>]</pre> | no |
79
79
| <aname="input_docker_compose_init"></a> [docker\_compose\_init](#input\_docker\_compose\_init)| After cloning the docker compose git repo, any initialization that needs to happen before the docker compose project can start. One command per list value |`list(string)`|`[]`| no |
80
80
| <aname="input_docker_compose_up"></a> [docker\_compose\_up](#input\_docker\_compose\_up)| Command to start the docker compose project |`list(string)`| <pre>[<br/> "docker compose up --remove-orphans"<br/>]</pre> | no |
81
+
| <aname="input_ingress_port"></a> [ingress\_port](#input\_ingress\_port)| TCP port on the VM that the Cloud Run ingress should connect to. |`number`|`80`| no |
81
82
| <aname="input_initcmd"></a> [initcmd](#input\_initcmd)| Commands to run before /home/cloud-compose/run.sh |`list(string)`|`[]`| no |
82
83
| <aname="input_machine_type"></a> [machine\_type](#input\_machine\_type)| VM machine type (General-purpose series that support Hyperdisk Balanced |`string`|`"n4-standard-2"`| no |
83
84
| <aname="input_os"></a> [os](#input\_os)| The host OS to install on the GCP instance |`string`|`"cos-125-19216-104-74"`| no |
0 commit comments