Skip to content

Commit

Permalink
fix doc for injection
Browse files Browse the repository at this point in the history
  • Loading branch information
jriddle-linode committed Oct 2, 2024
1 parent 9aa32d9 commit 44cd03b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions docs/modules/instance.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ Manage Linode Instances, Configs, and Disks.
label: my-linode
type: g6-nanode-1
region: us-east
placement_group:
placement_group:
id: 123
compliant_only: false
state: present
Expand Down Expand Up @@ -350,14 +350,14 @@ Manage Linode Instances, Configs, and Disks.
"type": "g6-standard-1",
"updated": "2018-01-01T00:01:01",
"watchdog_enabled": true,
"disk_encryption": "enabled",
"lke_cluster_id": null,
"placement_group": {
"id": 123,
"label": "test",
"placement_group_type": "anti_affinity:local",
"placement_group_policy": "strict"
}
"disk_encryption": "enabled",
"lke_cluster_id": null
}
```
- See the [Linode API response documentation](https://techdocs.akamai.com/linode-api/reference/get-linode-instance) for a list of returned fields
Expand Down
4 changes: 2 additions & 2 deletions docs/modules/instance_info.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,14 +83,14 @@ Get info about a Linode Instance.
"type": "g6-standard-1",
"updated": "2018-01-01T00:01:01",
"watchdog_enabled": true,
"disk_encryption": "enabled",
"lke_cluster_id": null,
"placement_group": {
"id": 123,
"label": "test",
"placement_group_type": "anti_affinity:local",
"placement_group_policy": "strict"
}
"disk_encryption": "enabled",
"lke_cluster_id": null
}
```
- See the [Linode API response documentation](https://techdocs.akamai.com/linode-api/reference/get-linode-instance) for a list of returned fields
Expand Down
6 changes: 3 additions & 3 deletions plugins/module_utils/doc_fragments/instance.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
label: my-linode
type: g6-nanode-1
region: us-east
placement_group:
placement_group:
id: 123
compliant_only: false
state: present''', '''
Expand Down Expand Up @@ -129,14 +129,14 @@
"type": "g6-standard-1",
"updated": "2018-01-01T00:01:01",
"watchdog_enabled": true,
"disk_encryption": "enabled",
"lke_cluster_id": null,
"placement_group": {
"id": 123,
"label": "test",
"placement_group_type": "anti_affinity:local",
"placement_group_policy": "strict"
}
"disk_encryption": "enabled",
"lke_cluster_id": null
}''']

result_configs_samples = ['''[
Expand Down

0 comments on commit 44cd03b

Please sign in to comment.