Skip to content

Commit 63b2b1d

Browse files
Remove Terraform modules from scaffolding (#1507)
Fixes #1495 Moved to a dedicated repository: https://github.com/sigstore/terraform-modules/ Signed-off-by: Hayden B <[email protected]>
1 parent 376f388 commit 63b2b1d

File tree

119 files changed

+5
-9040
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

119 files changed

+5
-9040
lines changed

.github/dependabot.yml

-9
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,3 @@ updates:
3131
schedule:
3232
interval: weekly
3333

34-
- package-ecosystem: "terraform"
35-
directories:
36-
- "/terraform/gcp/modules/**/*"
37-
schedule:
38-
interval: monthly
39-
groups:
40-
terraform:
41-
patterns:
42-
- "*"

.github/workflows/add-remove-new-fulcio.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ name: Key rotation for Fulcio E2E Tests
33
on:
44
pull_request:
55
branches: [ main ]
6-
paths-ignore:
7-
- 'terraform/**'
86

97
permissions: read-all
108

.github/workflows/fulcio-rekor-kind.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ name: Fulcio&Rekor E2E Tests
33
on:
44
pull_request:
55
branches: [ main ]
6-
paths-ignore:
7-
- 'terraform/**'
86

97
permissions: read-all
108

.github/workflows/terraform.yml

-117
This file was deleted.

.github/workflows/test-action-tuf.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ name: Test github action with TUF
33
on:
44
pull_request:
55
branches: [ main ]
6-
paths-ignore:
7-
- 'terraform/**'
86

97
defaults:
108
run:

.github/workflows/test-release.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ name: Fulcio&Rekor E2E Tests Using Release
33
on:
44
pull_request:
55
branches: [ main ]
6-
paths-ignore:
7-
- 'terraform/**'
86

97
defaults:
108
run:

README.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,11 @@ Nathan Smith &lt;[email protected]></p>
2222
If you do not care about the nitty gritty details and just want to stand up a
2323
local stack, check out the [Getting Started Guide](./getting-started.md)
2424
If you want to just run sigstore in your GitHub actions, check out the
25-
[actions](./actions/setup/README.md). If you want to stand up a sigstore
26-
stack on GCP using Terraform, we also got you [covered there](./terraform/).
25+
[actions](./actions/setup/README.md).
26+
27+
If you want to stand up a Sigstore stack on Google Cloud Platform using
28+
Terraform, we provide
29+
[GCP Terraform modules](https://github.com/sigstore/terraform-modules).
2730

2831
# Background
2932

terraform/.gitignore

-10
This file was deleted.

terraform/gcp/modules/argocd/argocd.tf

-181
This file was deleted.

0 commit comments

Comments
 (0)