terraform-provider-octopusdeploy
terraform-provider-octopusdeploy copied to clipboard
Terraform Provider for Octopus Deploy :octopus:
**Describe the bug** When terraform wants to delete a project and channels, it attempts to delete the default channel. This causes an error. **Steps to reproduce** 1. Create terraform to...
**Describe the bug** The id of a variableset created by terraform is returned with a "variableset-" prefix. This means **Steps to reproduce** Discovered when looking at the plan with terraform...
**Is your feature request related to a problem? Please describe.** Currently our Terraform doesn't support attaching a library variable set to a project. **Describe the solution you'd like** The ability...
It looks like the `octopusdeploy_ssh_key_account` is not passing the environments configured on the desired state to the back end. Fixes: https://github.com/OctopusDeployLabs/terraform-provider-octopusdeploy/issues/255
**Describe the bug** Specifying a space_id on the octopusdeploy_aws_openid_connect_account resource does not result in it being created in the correct space, it shows up in the "Default" space. On future...
Identical to https://github.com/OctopusDeployLabs/terraform-provider-octopusdeploy/pull/626 but for the AWS OIDC account
**Describe the bug** I tried to create a `octopusdeploy_aws_openid_connect_account` resource, but it's failing **Steps to reproduce** 1. Create a resource in Terraform: ``` resource "octopusdeploy_aws_openid_connect_account" "example" { name = "example"...
# Background To fully be able to manage the Kubernetes agent in an automated environment we need to add a new deployment target resource for it. fixes https://github.com/OctopusDeployLabs/terraform-provider-octopusdeploy/issues/637 [Internal Story...
**Describe the bug** Modifying the `space_id` on an environment resource doesn't trigger a replacement but Terraform instead tries to update the resource in place which fails with ``` │ Error:...