We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d38857a commit 279d788Copy full SHA for 279d788
content/en/resources/local-hosting/multipass.md
@@ -83,7 +83,7 @@ Instance type variables:
83
Optional advanced variables:
84
85
- `wsversion`: Set this to `main` if working on the development of the workshop, otherwise this can be omitted.
86
-- `architecture`: Set this to `arm64` if you are running on Apple Silicon. Defaults to `amd64`.
+- `architecture`: Set this to the correct architecture, `arm64` or `amd64`. Defaults to `arm64` which is appropriate for Apple Silicon.
87
88
Run `terraform plan` to check that all configuration is OK. Once happy run `terraform apply` to create the instance.
89
0 commit comments