Skip to content

Instantly share code, notes, and snippets.

@asizikov
Last active January 28, 2021 09:42
Show Gist options
  • Save asizikov/de5608266e39e4bd3656ee42971f4f9e to your computer and use it in GitHub Desktop.
Save asizikov/de5608266e39e4bd3656ee42971f4f9e to your computer and use it in GitHub Desktop.
Octopus Deploy Terraform provider configuration
terraform {
required_providers {
octopusdeploy = {
source = "OctopusDeployLabs/octopusdeploy"
}
}
}
provider "octopusdeploy" {
address = var.serverURL
api_key = var.apiKey
space_id = var.space_id
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment