diff --git a/website/docs/d/publiccloud_region.html.markdown b/website/docs/d/publiccloud_region.html.markdown index 5b59b7533..bc20f9629 100644 --- a/website/docs/d/publiccloud_region.html.markdown +++ b/website/docs/d/publiccloud_region.html.markdown @@ -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. diff --git a/website/docs/d/publiccloud_regions.html.markdown b/website/docs/d/publiccloud_regions.html.markdown index 89c449359..a85dfc4ed 100644 --- a/website/docs/d/publiccloud_regions.html.markdown +++ b/website/docs/d/publiccloud_regions.html.markdown @@ -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. diff --git a/website/docs/r/publiccloud_private_network.html.markdown b/website/docs/r/publiccloud_private_network.html.markdown index da22dcb96..cf9b60141 100644 --- a/website/docs/r/publiccloud_private_network.html.markdown +++ b/website/docs/r/publiccloud_private_network.html.markdown @@ -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 diff --git a/website/docs/r/publiccloud_private_network_subnet.html.markdown b/website/docs/r/publiccloud_private_network_subnet.html.markdown index cee8fb0ba..de8078836 100644 --- a/website/docs/r/publiccloud_private_network_subnet.html.markdown +++ b/website/docs/r/publiccloud_private_network_subnet.html.markdown @@ -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 diff --git a/website/docs/r/publiccloud_user.html.markdown b/website/docs/r/publiccloud_user.html.markdown index 1be6cf9b4..42ac313ea 100644 --- a/website/docs/r/publiccloud_user.html.markdown +++ b/website/docs/r/publiccloud_user.html.markdown @@ -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 diff --git a/website/docs/r/vrack_publiccloud_attachment.html.markdown b/website/docs/r/vrack_publiccloud_attachment.html.markdown index f4746aad3..35db5593c 100644 --- a/website/docs/r/vrack_publiccloud_attachment.html.markdown +++ b/website/docs/r/vrack_publiccloud_attachment.html.markdown @@ -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