Skip to content

Commit 5fb3f09

Browse files
SBGoodsaustinvalle
andauthored
Update website/docs/plugin/best-practices/hashicorp-provider-design-principles.mdx
Co-authored-by: Austin Valle <[email protected]>
1 parent 92b2e3a commit 5fb3f09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/plugin/best-practices/hashicorp-provider-design-principles.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ The benefits of this practice include:
8282

8383
## Ephemeral Resources should represent a single sensitive API object
8484

85-
A Terraform ephemeral resource should be a declarative representation of a single sensitive API object, such as an API token or secret, which will be
85+
A Terraform ephemeral resource should be a declarative representation of a single API object that doesn't require Terraform to store it's data between runs, such as sensitive data like an API token or secret. This ephemeral data is created and/or retrieved from the API during the Open operation.
8686
created and/or retrieved from the API during the Open operation.
8787

8888
The benefits of this practice include:

0 commit comments

Comments
 (0)