From 59a4b76d6b20a69a7bb0f9c38c50af0bc8adb2f4 Mon Sep 17 00:00:00 2001 From: SunithaGudisagar Date: Thu, 18 Sep 2025 09:38:56 +0530 Subject: [PATCH] feat(public-address-range): Doc changes for Public Address Range GA --- website/docs/d/is_public_address_range.html.markdown | 2 -- website/docs/d/is_public_address_ranges.html.markdown | 2 -- website/docs/r/is_public_address_range.html.markdown | 3 --- 3 files changed, 7 deletions(-) diff --git a/website/docs/d/is_public_address_range.html.markdown b/website/docs/d/is_public_address_range.html.markdown index a42e1057cc..43d9f0b5f1 100644 --- a/website/docs/d/is_public_address_range.html.markdown +++ b/website/docs/d/is_public_address_range.html.markdown @@ -8,8 +8,6 @@ description: |- # ibm_is_public_address_range Retrieve information of an existing public address range data source as a read only data source. For more information, about public address range , see [creating public address range](https://cloud.ibm.com/docs/vpc?topic=vpc-par-creating&interface=ui). -**Note:** -The Public Address Range feature is currently available only with `Select Availability`. **Note:** VPC infrastructure services are a regional specific based endpoint, by default targets to `us-south`. Please make sure to target right region in the provider block as shown in the `provider.tf` file, if VPC service is created in region other than `us-south`. diff --git a/website/docs/d/is_public_address_ranges.html.markdown b/website/docs/d/is_public_address_ranges.html.markdown index 6b07dba2cc..d8ec85c257 100644 --- a/website/docs/d/is_public_address_ranges.html.markdown +++ b/website/docs/d/is_public_address_ranges.html.markdown @@ -10,8 +10,6 @@ description: |- Retrieve information of an existing public address ranges as a read only data source. For more information, about an public address range, see , see [creating public address range](https://cloud.ibm.com/docs/vpc?topic=vpc-par-creating&interface=ui). -**Note:** -The Public Address Range feature is currently available only with the `Select Availability`. **Note:** VPC infrastructure services are a regional specific based endpoint, by default targets to `us-south`. Please make sure to target right region in the provider block as shown in the `provider.tf` file, if VPC service is created in region other than `us-south`. diff --git a/website/docs/r/is_public_address_range.html.markdown b/website/docs/r/is_public_address_range.html.markdown index 7f13fccedc..d214515b7b 100644 --- a/website/docs/r/is_public_address_range.html.markdown +++ b/website/docs/r/is_public_address_range.html.markdown @@ -11,9 +11,6 @@ description: |- Create, update, and delete a public address range. For more information, see [creating public address range](https://cloud.ibm.com/docs/vpc?topic=vpc-par-creating&interface=ui). -**Note:** -The Public Address Range feature is currently available only with the `Select Availability`. - **Note:** VPC infrastructure services are a regional specific based endpoint, by default targets to `us-south`. Please make sure to target right region in the provider block as shown in the `provider.tf` file, if VPC service is created in region other than `us-south`.