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

Diff for: .github/workflows/terraform.yml

-3
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:

Diff for: docs/examples/index.md

+2-2
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.

Diff for: examples/arm64/.terraform.lock.hcl

-85
This file was deleted.

Diff for: examples/arm64/README.md

-74
This file was deleted.

Diff for: examples/arm64/lambdas-download/README.md

-31
This file was deleted.

Diff for: examples/arm64/lambdas-download/main.tf

-25
This file was deleted.

Diff for: examples/arm64/lambdas-download/versions.tf

-3
This file was deleted.

Diff for: examples/arm64/main.tf

-96
This file was deleted.

Diff for: examples/arm64/outputs.tf

-15
This file was deleted.

Diff for: examples/arm64/providers.tf

-3
This file was deleted.

Diff for: examples/arm64/variables.tf

-8
This file was deleted.

Diff for: examples/arm64/versions.tf

-17
This file was deleted.

0 commit comments

Comments
 (0)