Skip to content

Commit

Permalink
Adding further test coverage for TransformDefaults() for list, map, s…
Browse files Browse the repository at this point in the history
…et, single nested attributes (#668)
  • Loading branch information
bendbennett committed Mar 7, 2023
1 parent 54caecb commit d68d931
Show file tree
Hide file tree
Showing 6 changed files with 4,443 additions and 21 deletions.
2 changes: 1 addition & 1 deletion internal/fwschemadata/data_default.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
)

// TransformDefaults walks the schema and applies schema defined default values
// when the rawConfig Data type contains a null value at the same path.
// when configRaw contains a null value at the same path.
func (d *Data) TransformDefaults(ctx context.Context, configRaw tftypes.Value) diag.Diagnostics {
var diags diag.Diagnostics

Expand Down

0 comments on commit d68d931

Please sign in to comment.