terraform-provider-octopusdeploy icon indicating copy to clipboard operation
terraform-provider-octopusdeploy copied to clipboard

default_guided_failure_mode can not be updated for the already existing octopusdeploy_project

Open pemaxim opened this issue 1 year ago • 0 comments

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 default_guided_failure_mode. E.g.: from On to EnvironmentDefault
  3. Terraform plan will show that default_guided_failure_mode will be changed to new value. E.g.: EnvironmentDefault
  4. Run terraform apply.
  5. Default Guided Failure Mode is still the old one. E.g.: On. Check on Octo UI and/or try to run terraform plan again.

Expected behavior

On updating default_guided_failure_mode to On,Off,, EnvironmentDefault. It must be updated on running terraform apply.

Logs. Screenshots

the output of running tf plan:

image

Environment and versions:

  • OS: Linux
  • Octopus Server Version: 2023.2.12209
  • Terraform Version: 1.5.2
  • Octopus Terraform Provider Version: 0.13.2

pemaxim avatar Nov 09 '23 14:11 pemaxim