diff --git a/examples/provider/provider.tf b/examples/provider/provider.tf index 655382c..097c67f 100644 --- a/examples/provider/provider.tf +++ b/examples/provider/provider.tf @@ -1,8 +1,8 @@ terraform { required_providers { gitea = { - source = "gitea/gitea" - version = "0.6.1" + source = "go-gitea/gitea" + version = "0.1.0" } } } @@ -21,4 +21,4 @@ provider "gitea" { # If you are running a gitea instance with self signed TLS certificates # and you want to disable certificate validation you can deactivate it with this flag insecure = false -} \ No newline at end of file +}