Skip to content

Commit 9aef978

Browse files
austinvalleSBGoods
andauthored
Update website/docs/plugin/framework/ephemeral-resources/validate-configuration.mdx
Co-authored-by: Selena Goods <[email protected]>
1 parent 3340925 commit 9aef978

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/plugin/framework/ephemeral-resources/validate-configuration.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This page describes implementation details for validating entire ephemeral resou
1313
- [Single attribute validation](/terraform/plugin/framework/validation#attribute-validation) is a schema-based mechanism for implementing attribute-specific validation logic.
1414
- [Type validation](/terraform/plugin/framework/validation#type-validation) is a schema-based mechanism for implementing reusable validation logic for any attribute using the type.
1515

16-
-> Configuration validation in Terraform occurs without provider configuration ("offline"), so therefore the ephemeral resource `Configure` method will not have been called. To implement validation with a configured API client, use logic within the `Open` method, which occurs during Terraform's planning phase when possible.
16+
-> Configuration validation in Terraform occurs without provider configuration ("offline"), therefore the ephemeral resource `Configure` method will not have been called. To implement validation with a configured API client, use logic within the `Open` method, which occurs during Terraform's planning phase when possible.
1717

1818
## ConfigValidators Method
1919

0 commit comments

Comments
 (0)