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
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -566,6 +566,7 @@ No modules.
566
566
| <aname="input_trust_policy_conditions"></a> [trust\_policy\_conditions](#input\_trust\_policy\_conditions)| A list of conditions to add to the role trust policy | <pre>list(object({<br/> test = string<br/> values = list(string)<br/> variable = string<br/> }))</pre> |`[]`| no |
567
567
| <aname="input_trust_policy_statements"></a> [trust\_policy\_statements](#input\_trust\_policy\_statements)| A list of IAM policy [statements](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_policy_document#statement) for the role trust policy | <pre>list(object({<br/> sid = optional(string)<br/> actions = optional(list(string))<br/> not_actions = optional(list(string))<br/> effect = optional(string)<br/> resources = optional(list(string))<br/> not_resources = optional(list(string))<br/> principals = optional(list(object({<br/> type = string<br/> identifiers = list(string)<br/> })))<br/> not_principals = optional(list(object({<br/> type = string<br/> identifiers = list(string)<br/> })))<br/> condition = optional(list(object({<br/> test = string<br/> values = list(string)<br/> variable = string<br/> })))<br/> }))</pre> |`null`| no |
568
568
| <aname="input_use_name_prefix"></a> [use\_name\_prefix](#input\_use\_name\_prefix)| Determines whether the role name and policy name(s) are used as a prefix |`string`|`true`| no |
569
+
| <aname="input_velero_kms_arns"></a> [velero\_kms\_arns](#input\_velero\_kms\_arns)| KMS key ARNs to allow Velero to manage encrypted s3 buckets |`list(string)`|`[]`| no |
569
570
| <aname="input_velero_policy_name"></a> [velero\_policy\_name](#input\_velero\_policy\_name)| Custom name of the Velero IAM policy |`string`|`null`| no |
570
571
| <aname="input_velero_s3_bucket_arns"></a> [velero\_s3\_bucket\_arns](#input\_velero\_s3\_bucket\_arns)| List of S3 Bucket ARNs that Velero needs access to list |`list(string)`|`[]`| no |
571
572
| <aname="input_velero_s3_bucket_path_arns"></a> [velero\_s3\_bucket\_path\_arns](#input\_velero\_s3\_bucket\_path\_arns)| S3 path ARNs to allow Velero to manage items at the provided path(s). This is required if `attach_mountpoint_s3_csi_policy = true`|`list(string)`|`[]`| no |
0 commit comments