Files
gitlab-projects/TERRAFORM.OCTOPUS.PROJECTS/main.tf
2023-11-25 19:58:22 -06:00

14 lines
200 B
HCL

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