A Terraform provider for Octopus Deploy.
It is based on the go-octopusdeploy Octopus Deploy client SDK.
⚠ This provider is in heavy development. There may be breaking changes.
Downloading & Installing
As this provider is still under development, you will need to manually download it.
There are compiled binaries for most platforms in Releases.
To use it, extract the binary for your platform into the same folder as your .tf file(s) will be located, then run terraform init.
# main.tf
provider "octopusdeploy" {
address = "http://octopus.production.yolo"
apikey = "API-XXXXXXXXXXXXX"
}
Data Sources
Provider Resources
Provider Resources (To Be Moved To /docs)
- All other resource documentation is currently here.