Skip to content

Commit 535d1a5

Browse files
authored
chore: ensure proper docs checking (#3542)
1 parent 3d8e94d commit 535d1a5

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/documentation.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,5 @@ jobs:
6161
go-version: stable
6262
- name: Install Terraform
6363
uses: hashicorp/setup-terraform@v3
64-
- run: go tool tfplugindocs validate
65-
- run: rm -fr ./docs
66-
- run: go tool tfplugindocs generate
64+
- run: make docs
6765
- run: git diff --exit-code docs

docs/resources/apple_silicon_server.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ page_title: "Scaleway: scaleway_apple_silicon"
55

66
# Resource: scaleway_apple_silicon_server
77

8-
Creates and manages Scaleway Apple silicon. For more information,
9-
see the [API documentation](https://www.scaleway.com/en/developers/api/apple-silicon/).
8+
The [`scaleway_apple_silicon_server`](https://registry.terraform.io/providers/scaleway/scaleway/latest/docs/resources/apple_silicon_server) resource creates and manages Scaleway Apple silicon servers.
9+
10+
For more information, see the [API documentation](https://www.scaleway.com/en/developers/api/apple-silicon/).
1011

1112
## Example Usage
1213

0 commit comments

Comments
 (0)