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 <pim@kunis.nl>
Co-committed-by: Pim Kunis <pim@kunis.nl>
This commit is contained in:
Pim Kunis 2023-04-19 00:15:45 +08:00 committed by techknowlogick
parent d71bce3232
commit 91172351d7
1 changed files with 3 additions and 3 deletions

View File

@ -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
}
}