Skip to content
Open
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
8 changes: 1 addition & 7 deletions docs/ce/getting-started/with-terraform.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: "With Terraform"
In this tutorial, you will set up Digger to automate terraform pull requests using Github Actions

**Prerequisites**
- A GitHub repository with valid terraform code, don't have one? see [here](#demo-repositories)
- A GitHub repository with valid terraform code. Don't have one? see [Example repo](https://github.com/diggerhq/quickstart-actions-aws)
- Your cloud provider credentials:
- For AWS: [Hashicorp's AWS tutorial](https://developer.hashicorp.com/terraform/tutorials/aws-get-started/aws-build)
- For GCP: [Hashicorp's GCP tutorial](https://developer.hashicorp.com/terraform/tutorials/gcp-get-started/google-cloud-platform-build)
Expand Down Expand Up @@ -284,10 +284,4 @@ Then you can add a comment like `digger apply` and shortly after apply output wi
</Step>
</Steps>

## Demo repositories

- [AWS demo repo](https://github.com/diggerhq/quickstart-actions-aws)
- [GCP demo repo](https://github.com/diggerhq/demo-conftest-gcp/)
- [Azure demo repo](https://github.com/diggerhq/azure-onboarding-test)


Loading