Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerthatdev authored Apr 4, 2023
1 parent 9e04246 commit d1bfdd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ This directory contains modules and examples for deploying Four Keys with Terraf

## Usage

This is an example of deploying fourkeys as a remote Terraform module from [this GitHub project](https://github.com/GoogleCloudPlatform/fourkeys):
This is an example of deploying fourkeys as a remote Terraform module from [this GitHub project](https://github.com/dora-team/fourkeys):

```hcl
module "fourkeys" {
source = "github.com/GoogleCloudPlatform/fourkeys//terraform/modules/fourkeys"
source = "github.com/dora-team/fourkeys//terraform/modules/fourkeys"
project_id = "your-google-cloud-project-id"
parsers = ['github']
}
Expand Down

0 comments on commit d1bfdd6

Please sign in to comment.