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

**Is your feature request related to a problem? Please describe.** Octopus now has support for authenticating to the [API using OpenID Connect (OIDC)](https://octopus.com/docs/octopus-rest-api/openid-connect), replacing the need to provision and manage...

kind/enhancement
area/auth-and-accounts
category/dev-experience

https://github.com/OctopusDeployLabs/terraform-provider-octopusdeploy/issues/567 please be kind, this is my first foray into Go and working with Terraform providers. Thanks

**Is your feature request related to a problem? Please describe.** In a Terraform workspace in which there can be many projects associated to a single tenant, it is frustrating to...

**Describe the bug** `default_guided_failure_mode` can not be updated for the already existing `octopusdeploy_project` resource. **Steps to reproduce** 1. Create new project (or the existing one can be used) 2. Update...

# Problem Currently, there is no way from the octopusdeploy provider (as of 0.13.1) to get a list of the CanonicalTags that are associated with the TagSets. However, this data...

kind/missing-functionality

**Describe the bug** The `octopusdeploy_variable` resource is exhibiting some unexpected behaviour when creating and updating prompted variables. **Steps to reproduce** 1. Create a new prompted variable via Terraform. Here's what...

kind/bug
category/state-drift
area/variables

Using the [guide documentation](https://github.com/OctopusDeployLabs/terraform-provider-octopusdeploy/tree/main/docs/guides) examples, as written, results in invalid terraform. For example, the guide has blocks like below in a number of places: ```terraform terraform { required_providers { octopusdeploy...

**Describe the bug** Having created a deployment process with two steps, adding a new step in between the existing two steps will cause the new step to become a mixture...

kind/bug
area/deployment-processes
category/dev-experience
category/list-ordering

**Describe the bug** The provider isn't idempotent. When trying to use the provider to apply a configuration of resources which already exist, an error is raised saying that the resource...

**Is your feature request related to a problem? Please describe.** I want to create a deployment process with steps using the run azure script action type. This is currently only...

kind/enhancement
category/strongly-typed-actions