Skip to content

Commit c9bbe5e

Browse files
authored
docs: Fix link to core beta documentation for ephemeral resources (#1056)
1 parent 4a13874 commit c9bbe5e

File tree

1 file changed

+1
-1
lines changed
  • website/docs/plugin/framework/ephemeral-resources

1 file changed

+1
-1
lines changed

website/docs/plugin/framework/ephemeral-resources/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Ephemeral resource support is in technical preview and offered without compatibi
1414

1515
</Highlight>
1616

17-
[Ephemeral resources](/terraform/language/resources/ephemeral) are an abstraction that allows Terraform to reference external data. Unlike [data sources](/terraform/language/data-sources), Terraform guarantees that ephemeral resource data will not be persisted in plan or state artifacts. The data produced by an ephemeral resource can only be referenced in [specific ephemeral contexts](/terraform/language/resources/ephemeral#referencing-ephemeral-resources) or Terraform will throw an error.
17+
[Ephemeral resources](/terraform/language/v1.10.x/resources/ephemeral) are an abstraction that allows Terraform to reference external data. Unlike [data sources](/terraform/language/data-sources), Terraform guarantees that ephemeral resource data will not be persisted in plan or state artifacts. The data produced by an ephemeral resource can only be referenced in [specific ephemeral contexts](/terraform/language/v1.10.x/resources/ephemeral#referencing-ephemeral-resources) or Terraform will throw an error.
1818

1919
This page describes the basic implementation details required for supporting an ephemeral resource within the provider. Ephemeral resources, as a part of their lifecycle, must implement:
2020

0 commit comments

Comments
 (0)