resource "docker_compose" "test" { project_name = "%s" remove_orphans = true config_paths = [ "%s/testAccDockerComposeUpdatedConfig.compose.yaml", ] }