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

Remove Terraform modules from scaffolding #1507

Merged
merged 1 commit into from
Apr 7, 2025
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
9 changes: 0 additions & 9 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,3 @@ updates:
schedule:
interval: weekly

- package-ecosystem: "terraform"
directories:
- "/terraform/gcp/modules/**/*"
schedule:
interval: monthly
groups:
terraform:
patterns:
- "*"
2 changes: 0 additions & 2 deletions .github/workflows/add-remove-new-fulcio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: Key rotation for Fulcio E2E Tests
on:
pull_request:
branches: [ main ]
paths-ignore:
- 'terraform/**'

permissions: read-all

Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/fulcio-rekor-kind.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: Fulcio&Rekor E2E Tests
on:
pull_request:
branches: [ main ]
paths-ignore:
- 'terraform/**'

permissions: read-all

Expand Down
117 changes: 0 additions & 117 deletions .github/workflows/terraform.yml

This file was deleted.

2 changes: 0 additions & 2 deletions .github/workflows/test-action-tuf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: Test github action with TUF
on:
pull_request:
branches: [ main ]
paths-ignore:
- 'terraform/**'

defaults:
run:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/test-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: Fulcio&Rekor E2E Tests Using Release
on:
pull_request:
branches: [ main ]
paths-ignore:
- 'terraform/**'

defaults:
run:
Expand Down
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,11 @@ Nathan Smith &lt;[email protected]></p>
If you do not care about the nitty gritty details and just want to stand up a
local stack, check out the [Getting Started Guide](./getting-started.md)
If you want to just run sigstore in your GitHub actions, check out the
[actions](./actions/setup/README.md). If you want to stand up a sigstore
stack on GCP using Terraform, we also got you [covered there](./terraform/).
[actions](./actions/setup/README.md).

If you want to stand up a Sigstore stack on Google Cloud Platform using
Terraform, we provide
[GCP Terraform modules](https://github.com/sigstore/terraform-modules).

# Background

Expand Down
10 changes: 0 additions & 10 deletions terraform/.gitignore

This file was deleted.

181 changes: 0 additions & 181 deletions terraform/gcp/modules/argocd/argocd.tf

This file was deleted.

Loading
Loading