From d7787d8b039ebd039f51130aa39b59f08af51c9d Mon Sep 17 00:00:00 2001 From: michaelkad <45772690+michaelkad@users.noreply.github.com> Date: Tue, 23 Apr 2024 07:06:04 -0500 Subject: [PATCH] Update PI Image import/export and capture cos region doc (#5273) * [Resource] Update COS Region * Fix spacing * Fix spacing 2 * remove validation to avoid continous change --- website/docs/r/pi_capture.html.markdown | 2 +- website/docs/r/pi_image.html.markdown | 2 +- website/docs/r/pi_image_export.html.markdown | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/website/docs/r/pi_capture.html.markdown b/website/docs/r/pi_capture.html.markdown index f19f9579bdc..6bc24cc06d5 100644 --- a/website/docs/r/pi_capture.html.markdown +++ b/website/docs/r/pi_capture.html.markdown @@ -67,7 +67,7 @@ Review the argument references that you can specify for your resource. - `pi_capture_destination`- (Required, String) Destination for the deployable image. `[image-catalog,cloud-storage,both]` - `pi_capture_volume_ids`- (Optional, List of String) List of Data volume IDs to include in the captured PVMInstance. -- `pi_capture_cloud_storage_region`- (Optional,String) Cloud Storage Region +- `pi_capture_cloud_storage_region`- (Optional,String) The Cloud Object Storage region. Supported COS regions are: `au-syd`, `br-sao`, `ca-tor`, `eu-de`, `eu-es`, `eu-gb`, `jp-osa`, `jp-tok`, `us-east`, `us-south`. - `pi_capture_cloud_storage_access_key`- (Optional,String) Cloud Storage Access key - `pi_capture_cloud_storage_secret_key`- (Optional,String) Cloud Storage Secret key - `pi_capture_storage_image_path` - (Optional,String) Cloud Storage Image Path (bucket-name [/folder/../..]) diff --git a/website/docs/r/pi_image.html.markdown b/website/docs/r/pi_image.html.markdown index d7558bcea49..5d932eefd4f 100644 --- a/website/docs/r/pi_image.html.markdown +++ b/website/docs/r/pi_image.html.markdown @@ -74,7 +74,7 @@ Review the argument references that you can specify for your resource. - `pi_image_bucket_access` - (Optional, String) Indicates if the bucket has public or private access. The default value is `public`. - `pi_image_bucket_file_name` - (Optional, String) Cloud Object Storage image filename - `pi_image_bucket_file_name` is required with `pi_image_bucket_name` -- `pi_image_bucket_region` - (Optional, String) Cloud Object Storage region +- `pi_image_bucket_region` - (Optional, String) Cloud Object Storage region. Supported COS regions are: `au-syd`, `br-sao`, `ca-tor`, `eu-de`, `eu-es`, `eu-gb`, `jp-osa`, `jp-tok`, `us-east`, `us-south`. - `pi_image_bucket_region` is required with `pi_image_bucket_name` - `pi_image_secret_key` - (Optional, String, Sensitive) Cloud Object Storage secret key; required for buckets with private access. - `pi_image_secret_key` is required with `pi_image_access_key` diff --git a/website/docs/r/pi_image_export.html.markdown b/website/docs/r/pi_image_export.html.markdown index 7b1ccfaad99..1b1e71fe6e8 100644 --- a/website/docs/r/pi_image_export.html.markdown +++ b/website/docs/r/pi_image_export.html.markdown @@ -53,7 +53,7 @@ Review the argument references that you can specify for your resource. - `pi_image_id` - (Required, String) The Image ID of existing source image; required for image export. - `pi_image_bucket_name` - (Required, String) The Cloud Object Storage bucket name; `bucket-name[/optional/folder]` - `pi_image_access_key` - (Required, String, Sensitive) The Cloud Object Storage access key; required for buckets with private access. -- `pi_image_bucket_region` - (Required, String) The Cloud Object Storage region +- `pi_image_bucket_region` - (Required, String) The Cloud Object Storage region. Supported COS regions are:`au-syd`, `br-sao`, `ca-tor`, `eu-de`, `eu-es`, `eu-gb`, `jp-osa`, `jp-tok`, `us-east`, `us-south`. - `pi_image_secret_key` - (Required, String, Sensitive) The Cloud Object Storage secret key; required for buckets with private access.