Skip to content

Instantly share code, notes, and snippets.

@asizikov
Created January 28, 2021 09:45
Show Gist options
  • Save asizikov/527980e58759626fc4988833cc3a07e4 to your computer and use it in GitHub Desktop.
Save asizikov/527980e58759626fc4988833cc3a07e4 to your computer and use it in GitHub Desktop.
Variables file for Octopus Deploy terraform provider
# https://blog.cloud-eng.nl/2021/01/27/terraform-octopus-deploy/
serverURL = "https://cloud-eng.octopus.app"
apiKey = "API-XXXXXXXXXXXXXXXXXXXXXX"
space_id = "Spaces-1"
environmentName = "prod"
azure_subscription_id = "00000000-0000-0000-0000-000000000000"
azure_tenant_id = "00000000-0000-0000-0000-000000000000"
azure_application_id = "00000000-0000-0000-0000-000000000000"
azure_password = "zzzzzzzzzzzzzXZZZzzzzzzzzzzzzzzzz"
azure_web_app_name = "cloud-eng-echo"
azure_web_app_rg_name = "rg-cloud-eng"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment