Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Tereius committed Jul 27, 2024
1 parent fa4f9d3 commit 1cd0be0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Create a [Fine-grained personal access token (PAT)](https://docs.github.com/en/a
Add this Terraform module to your root module and provide the missing values:

``` hcl
module "spot-agents" {
module "spot-runner" {
source = "github.com/Privatehive/g-spot-runner-github-actions"
github_pat_token = "<personal_access_token>"
github_organization = "<the_organization>"
Expand All @@ -30,7 +30,7 @@ provider "google" {
}
output "runner_webhook_config" {
value = nonsensitive(module.spot-agents.runner_webhook_config)
value = nonsensitive(module.spot-runner.runner_webhook_config)
}
```

Expand Down

0 comments on commit 1cd0be0

Please sign in to comment.