Skip to content
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