This commit is contained in:
2023-11-25 19:58:18 -06:00
parent 1b7a0fb045
commit 6a4c19b314
4 changed files with 20 additions and 5 deletions

View File

@@ -0,0 +1,13 @@
terraform {
required_providers {
octopusdeploy = {
source = "OctopusDeployLabs/octopusdeploy"
version = "0.13.3"
}
}
}
provider "octopusdeploy" {
# Configuration options
}