We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93ed136 commit 301a153Copy full SHA for 301a153
provisioner/terraform/resources.go
@@ -781,7 +781,7 @@ func convertAddressToLabel(address string) string {
781
func convertAddressToModulePath(address string) (string, error) {
782
addr, err := tfaddr.NewAddress(address)
783
if err != nil {
784
- return "", xerrors.Errorf("parse address: %w", err)
+ return "", xerrors.Errorf("parse terraform address: %w", err)
785
}
786
return addr.ModulePath.String(), nil
787
0 commit comments