diff --git a/helper/schema/field_reader_config_test.go b/helper/schema/field_reader_config_test.go index aac575883..2c0b4848d 100644 --- a/helper/schema/field_reader_config_test.go +++ b/helper/schema/field_reader_config_test.go @@ -4,8 +4,8 @@ import ( "reflect" "testing" + "github.com/hashicorp/hil/ast" "github.com/hashicorp/terraform/config" - "github.com/hashicorp/terraform/config/lang/ast" "github.com/hashicorp/terraform/helper/hashcode" "github.com/hashicorp/terraform/terraform" ) diff --git a/helper/schema/schema_test.go b/helper/schema/schema_test.go index 0b0288da7..5ddbf4a24 100644 --- a/helper/schema/schema_test.go +++ b/helper/schema/schema_test.go @@ -8,8 +8,8 @@ import ( "strconv" "testing" + "github.com/hashicorp/hil/ast" "github.com/hashicorp/terraform/config" - "github.com/hashicorp/terraform/config/lang/ast" "github.com/hashicorp/terraform/helper/hashcode" "github.com/hashicorp/terraform/terraform" )