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:
parent
d71bce3232
commit
91172351d7
@ -1,8 +1,8 @@
|
||||
terraform {
|
||||
required_providers {
|
||||
gitea = {
|
||||
source = "gitea/gitea"
|
||||
version = "0.6.1"
|
||||
source = "go-gitea/gitea"
|
||||
version = "0.1.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user