update provider example #5

Merged
techknowlogick merged 1 commits from pim/terraform-provider-gitea:provider_example into main 2023-04-18 16:15:48 +00:00

View File

@ -1,8 +1,8 @@
terraform { terraform {
required_providers { required_providers {
gitea = { gitea = {
source = "gitea/gitea" source = "go-gitea/gitea"
version = "0.6.1" version = "0.1.0"
} }
} }
} }
@ -21,4 +21,4 @@ provider "gitea" {
# If you are running a gitea instance with self signed TLS certificates # 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 # and you want to disable certificate validation you can deactivate it with this flag
insecure = false insecure = false
} }