]> git.immae.eu Git - github/fretlink/terraform-provider-statuscake.git/blobdiff - vendor/github.com/hashicorp/terraform/helper/resource/testing_config.go
update vendor and go.mod
[github/fretlink/terraform-provider-statuscake.git] / vendor / github.com / hashicorp / terraform / helper / resource / testing_config.go
index 311fdb6ef5b64ab06b6e3af47c1a45e9da8b8b28..f34e17a2e1cad53650ef52d2914eda7f3ebeeba4 100644 (file)
@@ -10,7 +10,6 @@ import (
        "strings"
 
        "github.com/hashicorp/terraform/addrs"
-       "github.com/hashicorp/terraform/config"
        "github.com/hashicorp/terraform/config/hcl2shim"
        "github.com/hashicorp/terraform/states"
 
@@ -341,7 +340,7 @@ func legacyDiffComparisonString(changes *plans.Changes) string {
                                v := newAttrs[attrK]
                                u := oldAttrs[attrK]
 
-                               if v == config.UnknownVariableValue {
+                               if v == hcl2shim.UnknownVariableValue {
                                        v = "<computed>"
                                }
                                // NOTE: we don't support <sensitive> here because we would