terraform-provider-drone
terraform-provider-drone copied to clipboard
[WIP] Drone 1.0 Compability
This PR is work in progress to make the terraform provider compatible with Drone 1.0.
I moved the CI pipelines to 1.0 as well and did add integration tests. Build status over here: https://cloud.drone.io/yoo/terraform-provider-drone . The .drone.yml
is generated from .drone.jsonnet
with drone jsonnet --stream
.
At the moment only the repo resource is supported. I removed the others to make the build pass. I will add them again one by one.
Furthermore I made this repo a go module and committed the vendor folder. This includes PR #2.