OctopusDeployLabs / terraform-provider-octopusdeploy

Terraform Provider for Octopus Deploy :octopus:
https://registry.terraform.io/providers/OctopusDeployLabs/octopusdeploy
Mozilla Public License 2.0
81 stars 67 forks source link

Update environment resource testing #750

Closed IsaacCalligeros95 closed 1 month ago

IsaacCalligeros95 commented 1 month ago

Note: This "fix" is redundant because we don't handle environments moving across spaces. That said it brings the behaviour in line with the old provider and is required to eventually support this behaviour.

Changing an Environments SpaceId in the older provider throws this error image

New provider fails with the SpaceId changing image

After "Fix" image