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.** I am trying to use Terraform to deploy and configure Octopus Tentacles. I would like to create a service user...

# The enhancement ## The Need Currently, it is not possible to configure an OCI feed within the terraform provider. ## Solution Add Support to define the configuration for an...

**Describe the solution you'd like** I am trying to use a step template I've developed for a custom slack notification in a project deployment process. I can see the `action_template`...

**Describe the bug** When configuring Tenant and Tenant Tag Resources in the same file, the file that created the resources is unable to be used with a `terraform destroy` command...

kind/bug
category/dev-experience

**Describe the bug** When adding permissions to a user role, if you add the permissions out of order to what is in the UI the terraform apply will remove the...

kind/bug
category/state-drift
category/list-ordering

Related issues: - https://github.com/OctopusDeployLabs/terraform-provider-octopusdeploy/issues/536

**Describe the bug** The worker pool data source can query the worker pool by its name, but this field is completely ignored. **Steps to reproduce** Query some worker pool and...

**Describe the bug** When creating `octopus_deployment_process` resource, within the `step` block and then `run_script_action` block, defined booleans for `Octopus.Action.*` properties end up being capitalized. **Steps to reproduce** 1. Create a...

kind/bug
kind/question
area/deployment-processes
category/dev-experience

**Is your feature request related to a problem? Please describe.** When creating projects with the `octopusdeploy_project` resource, you may not define an empty `standard_change_template_name` in the project's `servicenow_extension_settings`. You can...

**Describe the bug** When setting the teams booleans, e.g. can_be_deleted, after it has been applied and you apply again, it shows that the value was never updated. **Steps to reproduce**...