Skip to content

Commit

Permalink
Remove PG LA notices
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarber-akamai committed Oct 17, 2024
1 parent 50724f5 commit 1c6dfea
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions docs/modules/placement_group.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

Manage a Linode Placement Group.

NOTE: Placement Groups may not currently be available to all users.

- [Minimum Required Fields](#minimum-required-fields)
- [Examples](#examples)
- [Parameters](#parameters)
Expand Down
2 changes: 0 additions & 2 deletions docs/modules/placement_group_assign.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

Manages a single assignment between a Linode and a Placement Group.

NOTE: Placement Groups may not currently be available to all users.

- [Minimum Required Fields](#minimum-required-fields)
- [Examples](#examples)
- [Parameters](#parameters)
Expand Down
1 change: 0 additions & 1 deletion plugins/modules/placement_group.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@
SPECDOC_META = SpecDocMeta(
description=[
"Manage a Linode Placement Group.",
"NOTE: Placement Groups may not currently be available to all users.",
],
requirements=global_requirements,
author=global_authors,
Expand Down
1 change: 0 additions & 1 deletion plugins/modules/placement_group_assign.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@
SPECDOC_META = SpecDocMeta(
description=[
"Manages a single assignment between a Linode and a Placement Group.",
"NOTE: Placement Groups may not currently be available to all users.",
],
requirements=global_requirements,
author=global_authors,
Expand Down

0 comments on commit 1c6dfea

Please sign in to comment.