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

Commit e93d15f

Browse files
authored
chore: remove unmaintained examples (#4317)
Remove unmainted examples. All examples are part of the multi-runner setup.
1 parent 099c78d commit e93d15f

30 files changed

+2
-1127
lines changed

.github/workflows/terraform.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,12 +132,9 @@ jobs:
132132
example:
133133
[
134134
"default",
135-
"ubuntu",
136135
"prebuilt",
137-
"arm64",
138136
"ephemeral",
139137
"termination-watcher",
140-
"windows",
141138
"multi-runner",
142139
]
143140
defaults:

docs/examples/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
Examples are located in the [examples](https://github.com/philips-labs/terraform-aws-github-runner/tree/main/examples) directory. The following examples are provided:
44

55
- _[Default](default.md)_: The default example of the module
6-
- _[ARM64](arm64.md)_: Example usage with ARM64 architecture
76
- _[Ephemeral](ephemeral.md)_: Example usages of ephemeral runners based on the default example.
8-
- _[Multi Runner](multi-runner.md)_ : Example usage of creating a multi runner which creates multiple runners/ configurations with a single deployment
7+
- _[Multi Runner](multi-runner.md)_ : Example usage of creating a multi runner which creates multiple runners/ configurations with a single deployment. The examples including: "arm64", "windows", and "ubuntu" runners.
98
- _[Permissions boundary](permissions-boundary.md)_: Example usages of permissions boundaries.
109
- _[Prebuilt Images](prebuilt.md)_: Example usages of deploying runners with a custom prebuilt image.
1110
- _[Windows](windows.md)_: Example usage of creating a runner using Windows as the OS.
11+
- _[Termination watcher](termination-watcher.md)_: Example usages of termination watcher.

examples/arm64/.terraform.lock.hcl

Lines changed: 0 additions & 85 deletions
This file was deleted.

examples/arm64/README.md

Lines changed: 0 additions & 74 deletions
This file was deleted.

examples/arm64/lambdas-download/README.md

Lines changed: 0 additions & 31 deletions
This file was deleted.

examples/arm64/lambdas-download/main.tf

Lines changed: 0 additions & 25 deletions
This file was deleted.

examples/arm64/lambdas-download/versions.tf

Lines changed: 0 additions & 3 deletions
This file was deleted.

examples/arm64/main.tf

Lines changed: 0 additions & 96 deletions
This file was deleted.

examples/arm64/outputs.tf

Lines changed: 0 additions & 15 deletions
This file was deleted.

examples/arm64/providers.tf

Lines changed: 0 additions & 3 deletions
This file was deleted.

examples/arm64/variables.tf

Lines changed: 0 additions & 8 deletions
This file was deleted.

examples/arm64/versions.tf

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)