Skip to content

Commit 119bf46

Browse files
committed
clean up test code
1 parent cb2fce6 commit 119bf46

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

.github/workflows/dev-portal-preview.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -109,14 +109,6 @@ jobs:
109109
| Dev Portal | 🔄 Building ([Inspect](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})) | --- | --- |
110110
| Unified Docs API | ✅ Ready ([Inspect](${{ steps.unified_docs_inspector_url.outputs.inspector_url }} )) | [Visit Preview](${{ steps.unified_docs_preview_url.outputs.preview_url }}) | ${{ steps.unified_docs_preview_url.outputs.created_utc }} |
111111
112-
- name: Re-load dev portal on changed files
113-
uses: ./.github/actions/re-load-dev-portal
114-
with:
115-
base_sha: ${{ github.event.pull_request.base.sha }}
116-
head_sha: ${{ github.event.pull_request.head.sha }}
117-
dev-portal-deploy-hook-prod: ${{ secrets.DEV_PORTAL_DEPLOY_HOOK_PROD }}
118-
revalidate-token: ${{ secrets.REVALIDATE_TOKEN }}
119-
120112
deploy-dev-portal-preview:
121113
name: Deploy Dev Portal Preview
122114
if: github.repository == 'hashicorp/web-unified-docs'

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
@@ -5,7 +5,7 @@ description: >-
55
Terraform plugin framework.
66
---
77

8-
# Configure data sources TEST
8+
# Configure data sources
99

1010
[Data sources](/terraform/plugin/framework/data-sources) 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

0 commit comments

Comments
 (0)