Skip to content

Commit

Permalink
fix provider source (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
hedwigz authored May 4, 2022
1 parent 4860fc9 commit 7f7c213
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
atlas = {
version = "~> 0.1.0"
source = "github.com/ariga/atlas"
source = "ariga/atlas"
}
docker = {
source = "kreuzwerker/docker"
Expand Down
1 change: 0 additions & 1 deletion examples/provider/basic/main.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

provider "atlas" {}

data "atlas_schema" "market" {
Expand Down
2 changes: 1 addition & 1 deletion examples/provider/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
atlas = {
version = "~> 0.1.0"
source = "github.com/ariga/atlas"
source = "ariga/atlas"
}
docker = {
source = "kreuzwerker/docker"
Expand Down

0 comments on commit 7f7c213

Please sign in to comment.