From 8ef39c050539dcbcd0f85924c97dd2033712d2f5 Mon Sep 17 00:00:00 2001 From: Carlo Date: Sun, 5 Jul 2020 17:42:57 +0200 Subject: [PATCH] go mod vendor --- .../hashicorp/terraform-plugin-sdk/helper/resource/testing.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor/github.com/hashicorp/terraform-plugin-sdk/helper/resource/testing.go b/vendor/github.com/hashicorp/terraform-plugin-sdk/helper/resource/testing.go index 3f3e02a79bf1..6e9aaf37460a 100644 --- a/vendor/github.com/hashicorp/terraform-plugin-sdk/helper/resource/testing.go +++ b/vendor/github.com/hashicorp/terraform-plugin-sdk/helper/resource/testing.go @@ -1061,7 +1061,7 @@ func testCheckResourceAttr(is *terraform.InstanceState, name string, key string, } if !ok { - return fmt.Errorf("%s: Attribute '%s' not found", name, key) + return fmt.Errorf("%s: Attribute '%s' not found. Buuut it has all these: %#v", name, key, is.Attributes) } return fmt.Errorf(