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 {
|
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
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user