terraform-provider-octopusdeploy icon indicating copy to clipboard operation
terraform-provider-octopusdeploy copied to clipboard

Terraform Provider for Octopus Deploy :octopus:

Results 172 terraform-provider-octopusdeploy issues
Sort by recently updated
recently updated
newest added
trafficstars

**Describe the bug** Deployment steps get new ids whenever they're changed. This makes it impossible to target them in the `octopusdeploy_variable.scope.actions` array if they change. **Steps to reproduce** 1. Add...

kind/question
triage/potentially-stale

**Describe the bug** When creating an `octopusdeploy_polling_tentacle_deployment_target` resource, any subsequent changes to the resource cause an error. ```go Plan: 0 to add, 1 to change, 0 to destroy. octopusdeploy_polling_tentacle_deployment_target.poll_target_db02: Modifying......

**Describe the bug** When migrating a pure UI Octopus project to a project with source control enabled then an error is experienced during the terraform apply step; however, the project...

**Describe the bug** It is not possible to create a deployment process action step using a generic action block (necessary for actions that are not yet natively supported by the...

**Describe the bug** The example in the docs for octopusdeploy_variable has this fragment: ```terraform # create an Azure service principal account variable resource "octopusdeploy_account" "azure_service_principal_account_variable" { owner_id = "Projects-123" type...

**Describe the bug** The project resource has two suspiciously similar arguments: `discrete_channel_release`, `is_discrete_channel_release`. Their description is the same. What's the difference between them? Should one of them be removed? **Expected...

kind/question
category/dev-experience

**Describe the bug** The `is_version_controlled` argument of a project is settable, but it doesn't seem to do much. Should it be read only? If I provide, for instance, a `git_library_persistence_settings`...

kind/question
category/dev-experience

**Describe the bug** There may be some tf-fu that I'm missing, but how do you target the Default channel of a project? Creating a project automatically creates a default channel...

kind/enhancement

**Describe the bug** Deleting an Environment which is part of a Lifecycle fails with message `This environment cannot be deleted because it is being used by the following lifecycles: [...]`....

kind/bug
area/environments

**Is your feature request related to a problem? Please describe.** When trying to debug issues with the provider, it would often be helpful to see the HTTP requests being made...

kind/enhancement
category/dev-experience