Skip to content

Commit

Permalink
Update PI Image import/export and capture cos region doc (IBM-Cloud#5273
Browse files Browse the repository at this point in the history
)

* [Resource] Update COS Region

* Fix spacing

* Fix spacing 2

* remove validation to avoid continous change
  • Loading branch information
michaelkad authored Apr 23, 2024
1 parent 3c003d0 commit d7787d8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion website/docs/r/pi_capture.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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/../..])
Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/pi_image.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/pi_image_export.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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.


Expand Down

0 comments on commit d7787d8

Please sign in to comment.