Skip to content

Commit

Permalink
update to use golingon/lingon repository instead of volvo-cars/lingon
Browse files Browse the repository at this point in the history
  • Loading branch information
jlarfors committed Apr 9, 2024
1 parent c2cc54e commit 964ba77
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion providers_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (
"time"
)

//go:generate go install github.com/volvo-cars/lingon/cmd/terragen@latest
//go:generate go install github.com/golingon/lingon/cmd/terragen@latest
//go:generate go test -v -run ^TestParseProv$
//go:generate go test -v -run ^TestGenerate$

Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Terra Providers

This repository contains popular Terraform providers generated using [Lingon](https://github.com/volvo-cars/lingon)'s `terragen`.
This repository contains popular Terraform providers generated using [Lingon](https://github.com/golingon/lingon)'s `terragen`.

The current providers were created manually.
The plan is to add automation and do this on a regular interval.

## Manually generate a provider

Requirements: `go install github.com/volvo-cars/lingon/cmd/terragen@latest`
Requirements: `go install github.com/golingon/lingon/cmd/terragen@latest`

```bash

Expand Down

0 comments on commit 964ba77

Please sign in to comment.