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