Skip to content

chore: remove unmaintained examples #4317

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Dec 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,12 +132,9 @@ jobs:
example:
[
"default",
"ubuntu",
"prebuilt",
"arm64",
"ephemeral",
"termination-watcher",
"windows",
"multi-runner",
]
defaults:
Expand Down
4 changes: 2 additions & 2 deletions docs/examples/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
Examples are located in the [examples](https://github.com/philips-labs/terraform-aws-github-runner/tree/main/examples) directory. The following examples are provided:

- _[Default](default.md)_: The default example of the module
- _[ARM64](arm64.md)_: Example usage with ARM64 architecture
- _[Ephemeral](ephemeral.md)_: Example usages of ephemeral runners based on the default example.
- _[Multi Runner](multi-runner.md)_ : Example usage of creating a multi runner which creates multiple runners/ configurations with a single deployment
- _[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.
- _[Permissions boundary](permissions-boundary.md)_: Example usages of permissions boundaries.
- _[Prebuilt Images](prebuilt.md)_: Example usages of deploying runners with a custom prebuilt image.
- _[Windows](windows.md)_: Example usage of creating a runner using Windows as the OS.
- _[Termination watcher](termination-watcher.md)_: Example usages of termination watcher.
85 changes: 0 additions & 85 deletions examples/arm64/.terraform.lock.hcl

This file was deleted.

74 changes: 0 additions & 74 deletions examples/arm64/README.md

This file was deleted.

31 changes: 0 additions & 31 deletions examples/arm64/lambdas-download/README.md

This file was deleted.

25 changes: 0 additions & 25 deletions examples/arm64/lambdas-download/main.tf

This file was deleted.

3 changes: 0 additions & 3 deletions examples/arm64/lambdas-download/versions.tf

This file was deleted.

96 changes: 0 additions & 96 deletions examples/arm64/main.tf

This file was deleted.

15 changes: 0 additions & 15 deletions examples/arm64/outputs.tf

This file was deleted.

3 changes: 0 additions & 3 deletions examples/arm64/providers.tf

This file was deleted.

8 changes: 0 additions & 8 deletions examples/arm64/variables.tf

This file was deleted.

17 changes: 0 additions & 17 deletions examples/arm64/versions.tf

This file was deleted.

Loading
Loading