Skip to content

Commit a03e4d1

Browse files
Update 100 Cloud options.md
1 parent 45ed48a commit a03e4d1

File tree

1 file changed

+1
-1
lines changed
  • src/data/markdown/docs/03 cloud/01 Creating and running a test/300 Cloud scripting extras

1 file changed

+1
-1
lines changed

src/data/markdown/docs/03 cloud/01 Creating and running a test/300 Cloud scripting extras/100 Cloud options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export const options = {
3535
| Name | Default | Description |
3636
|-------------------------------|----------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
3737
| name (string) | The name of the main script file, so something like `script.js`. | The name of the test in the k6 Cloud UI. Test runs with the same name will be grouped together. |
38-
| projectID (number) | It is empty by default. | The ID of the project to which the test is assigned in the k6 Cloud UI. That's in the default project of the user's default organization. |
38+
| projectID (number) | Empty by default. | The ID of the project to which the test is assigned in the k6 Cloud UI. That's in the default project of the user's default organization. |
3939
| distribution (object) | The equivalent of `someDefaultLabel: { loadZone: "amazon:us:ashburn", percent: 100 }`. | How the traffic should be distributed across existing [Load Zones](/cloud/creating-and-running-a-test/cloud-scripting-extras/cloud-options/). The keys are string labels that will be injected as [environment variables](/cloud/creating-and-running-a-test/cloud-scripting-extras/cloud-environment-variables). |
4040
| staticIPs (boolean) | `false` by default | When set to `true` the cloud system will use dedicated IPs assigned to your organization to execute the test. |
4141
| note (string) | Empty by default. | Notes regarding the test, changes made, or anything that may be worth noting about your test. |

0 commit comments

Comments
 (0)