Roman Collyer

Results 7 comments of Roman Collyer

Thank you for your detailed reply and consideration. It's worth noting here that actually the `-detailed-exitcode` cli parameter did function as expected, and luckily was only a minor adjustment for...

Unless breakout automation handles the state file or does something with it - might it be a better idea to output the state resource IDs as well as the terraform...

I have a slightly different dynamic requirement from the moved block, which I believe is much simpler to implement, but absolutely follows the "Move all keys from resource A to...

Any updates on this? My situation is identical - centos8 works fine, centos7 is failing with the dbus error

I've done some more testing, and annoyingly, chaining as described above doesn't seem to work `1.7.2` ```hcl # rt-moved.tf moved { from = aws_route_table_association.tn to = aws_route_table_association.cust } moved {...

For time travellers, I'll include the discussion topic here, just in case it proves useful https://discuss.hashicorp.com/t/terraform-moved-block-chaining-issue/68302

Although it doesn't report the `Version` hash during load, I believe that's what's causing the cache miss. This would be a great feature! I ended up exploring this, as I...