terraform-provider-octopusdeploy
terraform-provider-octopusdeploy copied to clipboard
default_guided_failure_mode can not be updated for the already existing octopusdeploy_project
Describe the bug
default_guided_failure_mode
can not be updated for the already existing octopusdeploy_project
resource.
Steps to reproduce
- Create new project (or the existing one can be used)
- Update
default_guided_failure_mode
. E.g.: fromOn
toEnvironmentDefault
- Terraform plan will show that
default_guided_failure_mode
will be changed to new value. E.g.:EnvironmentDefault
- Run terraform apply.
- Default Guided Failure Mode is still the old one. E.g.:
On
. Check on Octo UI and/or try to runterraform 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
:
Environment and versions:
- OS:
Linux
- Octopus Server Version:
2023.2.12209
- Terraform Version:
1.5.2
- Octopus Terraform Provider Version:
0.13.2