mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-25 01:00:16 -05:00
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:
committed by
GitHub
parent
bfe5a4cd13
commit
64fb36dc54
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user