Skip to content

Commit

Permalink
Merge pull request #79 from terraform-providers/d-deprecations
Browse files Browse the repository at this point in the history
docs: Make deprecations more visible
  • Loading branch information
yanndegat authored Mar 18, 2019
2 parents db88c8c + 54ba033 commit ba2f696
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 9 deletions.
2 changes: 1 addition & 1 deletion website/docs/d/publiccloud_region.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description: |-

# ovh_publiccloud_region

__DEPRECATED__ use `ovh_cloud_region` instead.
~> __DEPRECATED:__ Use [`ovh_cloud_region`](./cloud_region.html) instead.

Use this data source to retrieve information about a region associated with a
public cloud project. The region must be associated with the project.
Expand Down
2 changes: 1 addition & 1 deletion website/docs/d/publiccloud_regions.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description: |-

# ovh_publiccloud_regions

__DEPRECATED__ use `ovh_cloud_regions` instead.
~> __DEPRECATED:__ Use [`ovh_cloud_regions`](./cloud_regions.html) instead.

Use this data source to get the regions of a public cloud project.

Expand Down
5 changes: 3 additions & 2 deletions website/docs/r/publiccloud_private_network.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ description: |-
Creates a private network in a public cloud project.
---

# ovh_publiccloud\_private_network
# ovh_publiccloud_private_network

~> __DEPRECATED:__ Use [`ovh_cloud_network_private`](./cloud_network_private.html) instead.

__DEPRECATED__ use `ovh_cloud_network_private` instead.
Creates a private network in a public cloud project.

## Example Usage
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ description: |-

# ovh_publiccloud\_private_network\_subnet

__DEPRECATED__ use `ovh_cloud_network_private_subnet` instead.
~> __DEPRECATED:__ Use [`ovh_cloud_network_private_subnet`](./cloud_network_private_subnet.html) instead.

Creates a subnet in a private network of a public cloud project.

## Example Usage
Expand Down
5 changes: 3 additions & 2 deletions website/docs/r/publiccloud_user.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ description: |-
Creates a user in a public cloud project.
---

# ovh_publiccloud\_user
# ovh_publiccloud_user

~> __DEPRECATED:__ Use [`ovh_cloud_user`](./cloud_user.html) instead.

__DEPRECATED__ use `ovh_cloud_user` instead.
Creates a user in a public cloud project.

## Example Usage
Expand Down
5 changes: 3 additions & 2 deletions website/docs/r/vrack_publiccloud_attachment.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ description: |-
Attach an existing PublicCloud project to an existing VRack.
---

# ovh_vrack\_publiccloud\_attachment
# ovh_vrack_publiccloud_attachment

~> __DEPRECATED:__ Use [`ovh_vrack_cloudproject`](./vrack_cloudproject.html) instead.

__DEPRECATED__ use `ovh_vrack_cloudproject` instead.
Attach an existing PublicCloud project to an existing VRack.

## Example Usage
Expand Down

0 comments on commit ba2f696

Please sign in to comment.