Skip to content

Commit 9117235

Browse files
pizzapimtechknowlogick
authored andcommitted
update provider example (#5)
Needed to change this to make the provider work Reviewed-on: https://gitea.com/gitea/terraform-provider-gitea/pulls/5 Co-authored-by: Pim Kunis <[email protected]> Co-committed-by: Pim Kunis <[email protected]>
1 parent d71bce3 commit 9117235

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/provider/provider.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
terraform {
22
required_providers {
33
gitea = {
4-
source = "gitea/gitea"
5-
version = "0.6.1"
4+
source = "go-gitea/gitea"
5+
version = "0.1.0"
66
}
77
}
88
}
@@ -21,4 +21,4 @@ provider "gitea" {
2121
# If you are running a gitea instance with self signed TLS certificates
2222
# and you want to disable certificate validation you can deactivate it with this flag
2323
insecure = false
24-
}
24+
}

0 commit comments

Comments
 (0)