Maksym Pieshkov

Results 5 issues of Maksym Pieshkov

We need to set the **Control Type** for prompted variable. At the moment it is not supported by [octopusdeploy_variable](https://registry.terraform.io/providers/OctopusDeployLabs/octopusdeploy/latest/docs/resources/variable#nested-schema-for-prompt) resource. ![image](https://user-images.githubusercontent.com/308489/160801544-247519ad-1a49-4ea7-85ee-ebb983d9f721.png)

We need to scope OctopusDeploy variable to Runbook process (screenshot). It can be done only via OctopusDeploy UI. The provider does not support it at the moment. E.g.: ``` resource...

**Describe the bug** Deployment Process - Action type `Octopus.IIS`. On `terraform apply` the following error occurs for process step action type `Octopus.IIS` ("Deploy to IIS" community step template): `Error: octopus...

kind/bug
kind/enhancement
area/actions

**Describe the bug** `run_script_action` action is always added to the end of actions list. Example: ``` step { name = "My Step" action { name = "Action One" } run_script_action...

kind/bug
area/actions

**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...