Skip to content

Commit

Permalink
update source
Browse files Browse the repository at this point in the history
  • Loading branch information
adityachoudhari26 committed Jan 31, 2025
1 parent 66da86e commit ce7842d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The Ctrlplane provider is used to manage the lifecycle of your Ctrlplane constru
terraform {
required_providers {
ctrlplane = {
source = "ctrlplane/ctrlplane"
source = "ctrlplanedev/ctrlplane"
}
}
}
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 {
ctrlplane = {
source = "ctrlplane/ctrlplane"
source = "ctrlplanedev/ctrlplane"
}
}
}
Expand Down

0 comments on commit ce7842d

Please sign in to comment.