Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Placement Group LA notices #1620

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions docs/data-sources/placement_group.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ description: |-

# Data Source: linode\_placement\_group

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

`linode_placement_group` provides details about a Linode placement group.
For more information, see the [Linode APIv4 docs](https://techdocs.akamai.com/linode-api/reference/get-placement-group).

Expand Down
2 changes: 0 additions & 2 deletions docs/data-sources/placement_groups.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ description: |-

# Data Source: linode\_placement\_groups

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

Provides information about a list of Linode Placement Groups that match a set of filters.
For more information, see the [Linode APIv4 docs](https://techdocs.akamai.com/linode-api/reference/get-placement-groups).

Expand Down
4 changes: 1 addition & 3 deletions docs/resources/instance.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,6 @@ resource "linode_instance_config" "boot_config" {

### Linode Instance Assigned to a Placement Group

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

The following example shows how one might use this resource to configure a Linode instance assigned to a
Placement Group.

Expand Down Expand Up @@ -383,7 +381,7 @@ This Linode Instance resource exports the following attributes:

* `window` - The window ('W0'-'W22') in which your backups will be taken, in UTC. A backups window is a two-hour span of time in which the backup may occur. For example, 'W10' indicates that your backups should be taken between 10:00 and 12:00. If you do not choose a backup window, one will be selected for you automatically. If not set manually, when backups are initially enabled this may come back as Scheduling until the window is automatically selected.

* `placement_group` - Information about the Placement Group this Linode is assigned to. NOTE: Placement Groups may not currently be available to all users.
* `placement_group` - Information about the Placement Group this Linode is assigned to.

* `id` - The ID of the Placement Group.

Expand Down
2 changes: 0 additions & 2 deletions docs/resources/placement_group.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ description: |-
Manages a Linode Placement Group.
For more information, see the [Linode APIv4 docs](https://techdocs.akamai.com/linode-api/reference/post-placement-group).

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

## Example Usage

Create a Placement Group with the local anti-affinity policy:
Expand Down
2 changes: 0 additions & 2 deletions docs/resources/placement_group_assignment.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ description: |-
Manages a single assignment between a Linode and a Placement Group.
For more information, see the [Linode APIv4 docs](https://techdocs.akamai.com/linode-api/reference/post-group-add-linode).

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

To prevent update conflicts, Linodes managed through the `linode_instance` resource should specify `placement_group_externally_managed`:

```terraform
Expand Down