add override implementation for testing framework (#1499)

Signed-off-by: ollevche <ollevche@gmail.com>
Signed-off-by: Oleksandr Levchenkov <ollevche@gmail.com>
Co-authored-by: Janos <86970079+janosdebugs@users.noreply.github.com>
Co-authored-by: Ronny Orot <ronny.orot@gmail.com>
This commit is contained in:
Oleksandr Levchenkov
2024-06-06 13:20:41 +03:00
committed by GitHub
parent bfe5a4cd13
commit 64fb36dc54
38 changed files with 2437 additions and 36 deletions

View File

@@ -68,9 +68,8 @@ func ParseTarget(traversal hcl.Traversal) (*Target, tfdiags.Diagnostics) {
}
func parseResourceInstanceUnderModule(moduleAddr ModuleInstance, remain hcl.Traversal) (AbsResourceInstance, tfdiags.Diagnostics) {
// Note that this helper is used as part of both ParseTarget and
// ParseMoveEndpoint, so its error messages should be generic
// enough to suit both situations.
// Note that this helper is used as part of multiple public functions
// so its error messages should be generic enough to suit all the situations.
var diags tfdiags.Diagnostics