Markus Heiden
Results
32
comments of
Markus Heiden
Reproducer: `main.tf` ```hcl module "dummy" { source = "./modules/dummy" } module "pvc" { source = "./modules/pvc" # With this line removed, everything works fine. depends_on = [module.dummy] } output "pvc"...
With terraform 1.8.2 this problem seems to be fixed.