Skip to content

Instantly share code, notes, and snippets.

@asizikov
Created January 28, 2021 10:09
Show Gist options
  • Save asizikov/a36c0c2d6ef23f5aa412b7b7199a6f27 to your computer and use it in GitHub Desktop.
Save asizikov/a36c0c2d6ef23f5aa412b7b7199a6f27 to your computer and use it in GitHub Desktop.
Octopus Deploy Environment Configuration
# https://blog.cloud-eng.nl/2021/01/27/terraform-octopus-deploy/
resource "octopusdeploy_environment" "test" {
description = "azure function"
name = var.environmentName
depends_on = [octopusdeploy_azure_service_principal.azure]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment