Even when default values are defined both in the BB definition in meshStack and in the corresponding Terraform variables, you still need to provide inputs in the meshstack_building_block_v2 resource block. If you don’t, the execution gets stuck because the inputs are considered missing. To work around this issue, I temporarily added placeholder inputs — however, this approach feels rather unclean.