Skip to content

Commit d83b5be

Browse files
committed
fix: correct markdown linting issues
Update markdown formatting across documentation files to resolve linting errors identified by markdownlint.
1 parent 5ef392c commit d83b5be

12 files changed

+25
-16
lines changed

.markdownlint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ MD013:
22
code_blocks: false
33
line_length: 250
44
MD014: false
5+
MD033: false
56
MD034: false

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ Create a dedicated user account for Terraform:
156156
2. Assign appropriate profile (avoid admin if possible)
157157
3. Use this account for Terraform operations
158158

159-
### Environment Variables
159+
### Secure Environment Variables
160160

161161
Store sensitive information in environment variables:
162162

docs/resources/application.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,9 @@ resource "wallix-bastion_application" "jumphost_app" {
6262
- `id` (String) The ID of this resource.
6363
- `local_domains` (List of Object) (see [below for nested schema](#nestedatt--local_domains))
6464

65+
<!-- markdownlint-disable-next-line MD033 -->
6566
<a id="nestedblock--paths"></a>
67+
6668
### Nested Schema for `paths`
6769

6870
Required:
@@ -74,8 +76,9 @@ Optional:
7476

7577
- `working_dir` (String)
7678

77-
79+
<!-- markdownlint-disable-next-line MD033 -->
7880
<a id="nestedatt--local_domains"></a>
81+
7982
### Nested Schema for `local_domains`
8083

8184
Read-Only:
@@ -121,4 +124,4 @@ Application can be imported using an id made up of `<application_name>`, e.g.
121124

122125
```shell
123126
terraform import wallix-bastion_application.app1 app1
124-
```
127+
```

docs/resources/application_localdomain.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ resource "wallix-bastion_application_localdomain" "ssh_app" {
279279

280280
**Application Relationship:**
281281

282-
```
282+
```text
283283
Application → Application Local Domain → Application Local Domain Account
284284
↓ ↓ ↓
285285
WebApp → web.local → webadmin, webuser

docs/resources/application_localdomain_account.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ resource "wallix-bastion_application_localdomain_account_credential" "web_admin_
342342

343343
### Account Hierarchy
344344

345-
```
345+
```text
346346
Application → Application Local Domain → Application Local Domain Account
347347
↓ ↓ ↓
348348
WebApp → webapp.local → web_administrator

docs/resources/authdomain_azuread.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -253,15 +253,15 @@ resource "wallix-bastion_authdomain_azuread" "high_security" {
253253

254254
### App Registration Setup
255255

256-
**Step 1: Create App Registration**
256+
#### Step 1: Create App Registration
257257

258258
1. Go to Azure Portal → Azure Active Directory → App registrations
259259
2. Click "New registration"
260260
3. Name: "Wallix Bastion Integration"
261261
4. Supported account types: Choose based on your needs
262262
5. Redirect URI: Not required for client credentials flow
263263

264-
**Step 2: Configure API Permissions**
264+
#### Step 2: Configure API Permissions
265265

266266
1. Go to "API permissions"
267267
2. Add Microsoft Graph permissions:
@@ -270,7 +270,7 @@ resource "wallix-bastion_authdomain_azuread" "high_security" {
270270
- `Directory.Read.All` (Application permission)
271271
3. Grant admin consent
272272

273-
**Step 3: Create Client Secret**
273+
#### Step 3: Create Client Secret
274274

275275
1. Go to "Certificates & secrets"
276276
2. Click "New client secret"

docs/resources/cluster.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,23 +107,23 @@ At least one of the following must be specified:
107107

108108
**Accounts Format:**
109109

110-
```
110+
```text
111111
account@domain:device:service
112112
```
113113

114114
Example: `admin@corp.local:web01:SSH`
115115

116116
**Account Mappings Format:**
117117

118-
```
118+
```text
119119
device:service
120120
```
121121

122122
Example: `web01:HTTP`
123123

124124
**Interactive Logins Format:**
125125

126-
```
126+
```text
127127
device:service
128128
```
129129

docs/resources/device.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ resource "wallix-bastion_device" "database" {
4848
- `local_domains` (List of Object) (see [below for nested schema](#nestedatt--local_domains))
4949
- `services` (List of Object) (see [below for nested schema](#nestedatt--services))
5050

51+
<!-- markdownlint-disable-next-line MD033 -->
5152
<a id="nestedatt--local_domains"></a>
5253

5354
### Nested Schema for `local_domains`
@@ -64,6 +65,7 @@ Read-Only:
6465
- `password_change_plugin_parameters` (String)
6566
- `password_change_policy` (String)
6667

68+
<!-- markdownlint-disable-next-line MD033 -->
6769
<a id="nestedatt--services"></a>
6870

6971
### Nested Schema for `services`

docs/resources/device_localdomain_account.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ resource "wallix-bastion_device_localdomain_account" "complete" {
9595
- `domain_password_change` (Boolean)
9696
- `id` (String) The ID of this resource.
9797

98+
<!-- markdownlint-disable-next-line MD033 -->
9899
<a id="nestedatt--credentials"></a>
99100

100101
### Nested Schema for `credentials`
@@ -163,7 +164,7 @@ checkout_policy = wallix-bastion_checkout_policy.restricted.policy_name
163164

164165
### Account Relationship
165166

166-
```
167+
```text
167168
Device → Device Local Domain → Device Local Domain Account
168169
↓ ↓ ↓
169170
Server1 → local_domain → admin_account

docs/resources/device_localdomain_account_credential.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ resource "wallix-bastion_device_localdomain_account_credential" "backup" {
293293

294294
### Credential Relationship
295295

296-
```
296+
```text
297297
Device → Device Local Domain → Device Local Domain Account → Credential
298298
↓ ↓ ↓ ↓
299299
Server1 → local_domain → admin_account → password/ssh_key

0 commit comments

Comments
 (0)