You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
page_title: "polaris_azure_archival_location Data Source - terraform-provider-polaris"
3
+
subcategory: ""
4
+
description: |-
5
+
The `polaris_azure_archival_location` data source is used to access information about an Azure archival location. An archival location is looked up using either the ID or the name.
6
+
7
+
---
8
+
9
+
# polaris_azure_archival_location (Data Source)
10
+
11
+
The `polaris_azure_archival_location` data source is used to access information about an Azure archival location. An archival location is looked up using either the ID or the name.
12
+
13
+
14
+
15
+
## Example Usage
16
+
17
+
```terraform
18
+
# Using the archival location ID.
19
+
data "polaris_azure_archival_location" "archival_location" {
-`customer_managed_key` (Set of Object) Customer managed storage encryption. Specify the regions and their respective encryption details. For other regions, data will be encrypted using platform managed keys. (see [below for nested schema](#nestedatt--customer_managed_key))
42
+
-`location_template` (String) RSC location template. If a storage account region was specified, it will be `SPECIFIC_REGION`, otherwise `SOURCE_REGION`.
43
+
-`redundancy` (String) Azure storage redundancy. Possible values are `GRS`, `GZRS`, `LRS`, `RA_GRS`, `RA_GZRS` and `ZRS`. Default value is `LRS`.
44
+
-`storage_account_name_prefix` (String) Azure storage account name prefix. The storage account name prefix cannot be longer than 14 characters and can only consist of numbers and lower case letters.
45
+
-`storage_account_region` (String) Azure region to store the snapshots in. If not specified, the snapshots will be stored in the same region as the workload.
46
+
-`storage_account_tags` (Map of String) Azure storage account tags. Each tag will be added to the storage account created by RSC.
47
+
-`storage_tier` (String) Azure storage tier. Possible values are `COOL` and `HOT`. Default value is `COOL`.
48
+
49
+
<aid="nestedatt--customer_managed_key"></a>
50
+
### Nested Schema for `customer_managed_key`
51
+
52
+
Read-Only:
53
+
54
+
-`name` (String) Key name.
55
+
-`region` (String) The region in which the key will be used. Regions without customer managed keys will use platform managed keys.
0 commit comments