Skip to content

Commit

Permalink
Update main.tf and README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
miquelbar committed Oct 11, 2022
1 parent 8d432d0 commit b6fd378
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ You can also just specify it like this in your project
terraform {
required_providers {
honeybadger = {
version = "~> 1.0.0"
source = "sequra.com/providers/honeybadger"
source = "sequra/honeybadger"
version = "1.0.1"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/main.tf
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
terraform {
required_providers {
honeybadger = {
source = "sequra/honeybadger"
version = "~> 1.0.0"
source = "sequra.com/providers/honeybadger"
}
}
}
Expand Down

0 comments on commit b6fd378

Please sign in to comment.