Skip to content

Commit 182a41c

Browse files
committed
Add changelog entry.
1 parent 77de32a commit 182a41c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.changelog/231.txt

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:breaking-change
2+
The `ToTerraformValue` method of the `attr.Value` interface now returns a `tftypes.Value`, instead of an `interface{}`. Existing types need to be updated to call `tftypes.ValidateValue` and `tftypes.NewValue`, passing the value they were returning before, instead of returning the value directly.
3+
```

0 commit comments

Comments
 (0)