main.tf (2 lines): - line 7: scope = azurerm_dev_center.this.id # TODO: Replace with your azurerm resource name - line 15: scope = azurerm_dev_center.this.id # TODO: Replace this dummy resource azurerm_resource_group.TODO with your module resource terraform.tf (1 line): - line 4: # TODO: Ensure all required providers are listed here and the version property includes a constraint on the maximum major version. outputs.tf (1 line): - line 10: value = azurerm_dev_center.this # TODO: Replace this dummy resource azurerm_resource_group.TODO with your module resource locals.tf (1 line): - line 1: # TODO: insert locals here.