Skip to content

Commit 65003d4

Browse files
committed
trigger broken link
1 parent 6fe248f commit 65003d4

File tree

1 file changed

+1
-1
lines changed
  • content/terraform-plugin-framework/v1.14.x/docs/plugin/framework/data-sources

1 file changed

+1
-1
lines changed

content/terraform-plugin-framework/v1.14.x/docs/plugin/framework/data-sources/configure.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: >-
77

88
# Configure data sources
99

10-
[Data sources](/terraform/plugin/framework/data-sources123) may require provider-level data or remote system clients to operate correctly. The framework supports the ability to configure this data and/or clients once within the provider, then pass that information to data sources by adding the `Configure` method.
10+
[Data sources](/terraform/plugin/framework/data-sources1) may require provider-level data or remote system clients to operate correctly. The framework supports the ability to configure this data and/or clients once within the provider, then pass that information to data sources by adding the `Configure` method.
1111

1212
## Prepare Provider Configure Method
1313

0 commit comments

Comments
 (0)