Skip to content
This repository was archived by the owner on Jan 16, 2025. It is now read-only.

Commit 2840d5e

Browse files
docs(examples): fix multi runner runner label in example (#2851)
fix: multi runner runner label
1 parent 7d19a92 commit 2840d5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: examples/multi-runner/main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ module "multi-runner" {
2424
runner_config = {
2525
runner_os = "linux"
2626
runner_architecture = "arm64"
27-
runner_extra_labels = "arm"
27+
runner_extra_labels = "amazon"
2828
enable_ssm_on_runners = true
2929
instance_types = ["t4g.large", "c6g.large"]
3030
runners_maximum_count = 1

0 commit comments

Comments
 (0)