Skip to content

Instantly share code, notes, and snippets.

@asizikov
Created January 28, 2021 10:54
Show Gist options
  • Save asizikov/2301838944f3e1d5f4259451fa9a2a13 to your computer and use it in GitHub Desktop.
Save asizikov/2301838944f3e1d5f4259451fa9a2a13 to your computer and use it in GitHub Desktop.
Import existing Octopus Deploy environment
# https://blog.cloud-eng.nl/2021/01/27/terraform-octopus-deploy/
terraform import octopusdeploy_environment.production Environments-7
# https://blog.cloud-eng.nl/2021/01/27/terraform-octopus-deploy/
resource "octopusdeploy_environment" "production" {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment