terraform { required_providers { octopusdeploy = { source = "OctopusDeployLabs/octopusdeploy" version = "0.13.3" } } } provider "octopusdeploy" { # Configuration options }