Skip to content

Commit

Permalink
Fixing link (#668)
Browse files Browse the repository at this point in the history
  • Loading branch information
bendbennett committed Mar 20, 2023
1 parent bfad646 commit 4849990
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: >-

# Default Values

Default values support is only available in the Framework for resources. Handle default values for data source attributes within the [data source `Read` method](terraform/plugin/framework/data-sources#read-method) and default values for provider attributes within the [provider `Configure` method](/terraform/plugin/framework/providers#configure-method).
Default values support is only available in the Framework for resources. Handle default values for data source attributes within the [data source `Read` method](/terraform/plugin/framework/data-sources#read-method) and default values for provider attributes within the [provider `Configure` method](/terraform/plugin/framework/providers#configure-method).

Default values set a value for an attribute when the Terraform configuration does not provide one. In SDKv2 and the
Framework default values are set via the `Default` field on an attribute's schema.
Expand Down

0 comments on commit 4849990

Please sign in to comment.