montblu / terraform-octopusdeploy-bootstrap

Simple Terraform module used to manage a Octopus instance
https://registry.terraform.io/modules/montblu/bootstrap/octopusdeploy/latest
GNU General Public License v3.0
0 stars 0 forks source link

Fix licycle loop in `inception` module #28

Closed MiguelNdeCarvalho closed 1 week ago

MiguelNdeCarvalho commented 1 week ago

Use lookup and add some missing attributes

jdaMachado commented 1 week ago

@MiguelNdeCarvalho Could you add some additional details regarding this bug and how to replicate it?

MiguelNdeCarvalho commented 1 week ago

Right now in the phase block it only supports optional_deployment_targets and I need to use automatic_deployment_targets https://registry.terraform.io/providers/OctopusDeployLabs/octopusdeploy/latest/docs/resources/lifecycle#nested-schema-for-phase

MiguelNdeCarvalho commented 1 week ago

It was fixed in #30