if you specify name = "test module" (or any other name with spaces) for the spacelift_module resource you will end up in a constant cycle of replacement. The name ends up being a calculated value matching the ID for the module, which causes a permanent difference if the name does not end up matching the module ID exactly.
if you specify
name = "test module"
(or any other name with spaces) for thespacelift_module
resource you will end up in a constant cycle of replacement. The name ends up being a calculated value matching the ID for the module, which causes a permanent difference if the name does not end up matching the module ID exactly.E.g.