terraform-provider-octopusdeploy
terraform-provider-octopusdeploy copied to clipboard
Terraform Provider for Octopus Deploy :octopus:
**Describe the bug** Seems like every time terraform is used to update a deployment process with a script action on it, `SubstituteInFiles` is appended to the list of enabled features...
`machine_policy_id` doesn't get set when creating or updating `octopusdeploy_kubernetes_agent_deployment_target` Fixes https://github.com/OctopusDeployLabs/terraform-provider-octopusdeploy/issues/806
**Describe the bug** `machine_policy_id` doesn't get set when creating or updating `octopusdeploy_kubernetes_agent_deployment_target` **Steps to reproduce** 1. Create a new machine policy in server 2. Create or update `octopusdeploy_kubernetes_agent_deployment_target` by setting...
**Describe the bug** ``` │ Error: Provider produced inconsistent result after apply │ │ When applying changes to octopusdeploy_tenant.tenant_with_six_tags, provider "provider[\"registry.terraform.io/octopusdeploylabs/octopusdeploy\"]" produced an unexpected new value: .tenant_tags[4]: │ was cty.StringVal("awesome/fruit"),...
**Describe the bug** The following error is thrown when trying to create an octopusdeploy_project using git_username_password_persistence_settings: `│ Error: Error converting project to VCS │ │ with octopusdeploy_project.this, │ on main.tf...
**Is your feature request related to a problem? Please describe.** I can't figure out what `octopusdeploy_tenant_project` ID should be used for importing: ``` import { for_each = local.tenants to =...
**Describe the bug** The `octopusdeploy_projects` datasource filter applies a partial logic despite the name argument is used. This is exactly the same issue as https://github.com/OctopusDeployLabs/terraform-provider-octopusdeploy/issues/713 but with `octopusdeploy_projects` **Steps to...
**Describe the bug** I tried to select a user account based on the `ids` field. Nearly the example at https://registry.terraform.io/providers/OctopusDeployLabs/octopusdeploy/latest/docs/data-sources/users ``` data "octopusdeploy_users" "me" { ids = ["Users-21"] take =...
**Describe the bug** When using a virtualdir (https://domain/directory) for your Octopus Deploy instance, Terraform will throw a "The resource you requested was not found. []" error when attempting an apply....
**Describe the bug** The casing of the `polling_uri` attribute in the `octopusdeploy_polling_subscription_id` resource is inconsistent with the casing expected by the `octopusdeploy_kubernetes_agent_deployment_target` resource for the `uri` argument, causing a permanent...