We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d71bce3 commit 9117235Copy full SHA for 9117235
examples/provider/provider.tf
@@ -1,8 +1,8 @@
1
terraform {
2
required_providers {
3
gitea = {
4
- source = "gitea/gitea"
5
- version = "0.6.1"
+ source = "go-gitea/gitea"
+ version = "0.1.0"
6
}
7
8
@@ -21,4 +21,4 @@ provider "gitea" {
21
# If you are running a gitea instance with self signed TLS certificates
22
# and you want to disable certificate validation you can deactivate it with this flag
23
insecure = false
24
-}
+}
0 commit comments