Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 12 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,15 @@ You'll need to wait for the machine and workspace setup.

This provides has the following options:

| NAME | REQUIRED | DESCRIPTION | DEFAULT |
|----------------|----------|----------------------------------------------------------------|------------------------------------------------------|
| DISK_IMAGE | false | The disk image to use. | projects/cos-cloud/global/images/cos-101-17162-127-5 |
| DISK_SIZE | false | The disk size to use (GB). | 40 |
| MACHINE_TYPE | false | The machine type to use. | c2-standard-4 |
| PROJECT | true | The project id to use. | |
| ZONE | true | The google cloud zone to create the VM in. E.g. europe-west1-d | |
| NETWORK | false | The network id to use. | |
| SUBNETWORK | false | The subnetwork id to use. | |
| TAG | false | A tag to attach to the instance. | devpod |
| SERVICE_ACCOUNT| false | A service account to attach to instance


| NAME | REQUIRED | DESCRIPTION | DEFAULT |
|-------------------|----------|----------------------------------------------------------------|------------------------------------------------------|
| DISK_IMAGE | false | The disk image to use. | projects/cos-cloud/global/images/cos-101-17162-127-5 |
| DISK_SIZE | false | The disk size to use (GB). | 40 |
| MACHINE_TYPE | false | The machine type to use. | c2-standard-4 |
| PROJECT | true | The project id to use. | |
| ZONE | true | The google cloud zone to create the VM in. E.g. europe-west1-d | |
| NETWORK | false | The network id to use. | |
| SUBNETWORK | false | The subnetwork id to use. | |
| TAG | false | A tag to attach to the instance. | devpod |
| SERVICE_ACCOUNT | false | A service account to attach to instance | |
| PUBLIC_IP_ENABLED | false | Use a public IP. If false, an IAP tunnel is used. | false |