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 ffcd127 commit 3f29f0aCopy full SHA for 3f29f0a
1 file changed
docs/mac-runners.md
@@ -57,6 +57,7 @@ module "runners" {
57
runner_os = "osx"
58
runner_architecture = "arm64" # or "x64" for Intel Mac instances
59
instance_types = ["mac2.metal"]
60
+ instance_target_capacity_type = "on-demand"
61
62
# Dedicated host settings (required for macOS)
63
use_dedicated_host = true
@@ -110,6 +111,7 @@ multi_runner_config = {
110
111
112
runner_architecture = "arm64"
113
114
115
116
placement = {
117
host_resource_group_arn = "<arn-of-your-host-resource-group>"
0 commit comments