diff --git a/terraform/context_plan_test.go b/terraform/context_plan_test.go index 1ecc306ca..4ff1dc5f2 100644 --- a/terraform/context_plan_test.go +++ b/terraform/context_plan_test.go @@ -1992,6 +1992,7 @@ func TestContext2Plan_dataResourceBecomesComputed(t *testing.T) { DataSources: map[string]*configschema.Block{ "aws_data_source": { Attributes: map[string]*configschema.Attribute{ + "id": {Type: cty.String, Computed: true}, "foo": {Type: cty.String, Optional: true}, }, },