Skip to content

Commit

Permalink
Change org.
Browse files Browse the repository at this point in the history
  • Loading branch information
gtnao committed Aug 5, 2024
1 parent c70c917 commit 0fd056f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ The TROCCO Terraform Provider enables the management of TROCCO resources using t
terraform {
required_providers {
trocco = {
source = "registry.terraform.io/primenumber-dev/trocco"
source = "registry.terraform.io/trocco-io/trocco"
}
}
}
Expand All @@ -36,6 +36,7 @@ provider "trocco" {
```

<!-- schema generated by tfplugindocs -->

## Schema

### Optional
Expand Down
2 changes: 1 addition & 1 deletion examples/provider/provider.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
terraform {
required_providers {
trocco = {
source = "registry.terraform.io/primenumber-dev/trocco"
source = "registry.terraform.io/trocco-io/trocco"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ func main() {
flag.Parse()

opts := providerserver.ServeOpts{
Address: "registry.terraform.io/primenumber-dev/trocco",
Address: "registry.terraform.io/trocco-io/trocco",
Debug: debug,
}

Expand Down

0 comments on commit 0fd056f

Please sign in to comment.