Skip to content

Commit c42acba

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

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ The benefits of this practice include:
8383
## Ephemeral Resources should represent a single sensitive API object
8484

8585
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.
86-
created and/or retrieved from the API during the Open operation.
8786

8887
The benefits of this practice include:
8988

0 commit comments

Comments
 (0)