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
@@ -48,6 +48,7 @@ module "efs" {
48
48
| allowed\_cidrs | List of CIDRs permitted to access EFS mounts |`list(string)`|`[]`| no |
49
49
| allowed\_security\_groups | List of Security Group IDs permitted to access EFS mounts |`list(string)`|`[]`| no |
50
50
| backup\_kms\_key\_id | KMS Key to use for backups (Specify `aws/backup` to use the default key, leave null to have a key generated automatically) |`string`|`null`| no |
51
+
| backup\_role\_permissions\_boundary | Optional [permissions boundary](https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_boundaries.html) ARN to use for the backup IAM role. |`string`|`null`| no |
51
52
| backup\_schedule | Cron schedule to run backups on |`string`|`"cron(0 0 * * ? *)"`| no |
52
53
| create | If `false`, this module does nothing |`bool`|`true`| no |
53
54
| efs\_kms\_key\_id | ARN of KMS key to use for EFS encryption (leave null to create a key, set to `aws/backup` to use AWS default CMK) |`string`|`null`| no |
0 commit comments