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
+1-13
Original file line number
Diff line number
Diff line change
@@ -118,7 +118,6 @@ No modules.
118
118
|[aws_iam_policy_document.main_custom_policy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_policy_document)| data source |
119
119
|[aws_iam_policy_document.sns_policy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_policy_document)| data source |
120
120
|[aws_partition.current](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/partition)| data source |
121
-
|[aws_region.current](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/region)| data source |
122
121
123
122
## Inputs
124
123
@@ -130,21 +129,9 @@ No modules.
130
129
| <aname="input_enable_sns_notifications"></a> [enable\_sns\_notifications](#input\_enable\_sns\_notifications)| Enable Backup Vault Notifications |`bool`|`false`| no |
131
130
| <aname="input_iam_role_name"></a> [iam\_role\_name](#input\_iam\_role\_name)| Name of IAM Role to associate to the Backup Plan |`string`|`null`| no |
132
131
| <aname="input_plan_name"></a> [plan\_name](#input\_plan\_name)| The display name of a backup plan |`string`| n/a | yes |
133
-
| <aname="input_rule_completion_window"></a> [rule\_completion\_window](#input\_rule\_completion\_window)| The amount of time AWS Backup attempts a backup before canceling the job and returning an error |`number`|`null`| no |
134
-
| <aname="input_rule_copy_action_destination_vault_arn"></a> [rule\_copy\_action\_destination\_vault\_arn](#input\_rule\_copy\_action\_destination\_vault\_arn)| An Amazon Resource Name (ARN) that uniquely identifies the destination backup vault for the copied backup. |`string`|`null`| no |
135
-
| <aname="input_rule_copy_action_lifecycle"></a> [rule\_copy\_action\_lifecycle](#input\_rule\_copy\_action\_lifecycle)| The lifecycle defines when a protected resource is copied over to a backup vault and when it expires. |`map(any)`|`{}`| no |
136
-
| <aname="input_rule_lifecycle_cold_storage_after"></a> [rule\_lifecycle\_cold\_storage\_after](#input\_rule\_lifecycle\_cold\_storage\_after)| Specifies the number of days after creation that a recovery point is moved to cold storage |`number`|`null`| no |
137
-
| <aname="input_rule_lifecycle_delete_after"></a> [rule\_lifecycle\_delete\_after](#input\_rule\_lifecycle\_delete\_after)| Specifies the number of days after creation that a recovery point is deleted. Must be 90 days greater than `cold_storage_after`|`number`|`null`| no |
138
-
| <aname="input_rule_name"></a> [rule\_name](#input\_rule\_name)| An display name for a backup rule |`string`|`null`| no |
139
-
| <aname="input_rule_recovery_point_tags"></a> [rule\_recovery\_point\_tags](#input\_rule\_recovery\_point\_tags)| Metadata that you can assign to help organize the resources that you create |`map(string)`|`{}`| no |
140
-
| <aname="input_rule_schedule"></a> [rule\_schedule](#input\_rule\_schedule)| A CRON expression specifying when AWS Backup initiates a backup job |`string`|`null`| no |
141
-
| <aname="input_rule_start_window"></a> [rule\_start\_window](#input\_rule\_start\_window)| The amount of time in minutes before beginning a backup |`number`|`null`| no |
142
132
| <aname="input_rules"></a> [rules](#input\_rules)| A list of rules mapping rule configurations for a backup plan |`any`|`[]`| no |
143
133
| <aname="input_selection_name"></a> [selection\_name](#input\_selection\_name)| The display name of a resource selection document |`string`|`null`| no |
144
134
| <aname="input_selection_resources"></a> [selection\_resources](#input\_selection\_resources)| A list of strings that either contain Amazon Resource Names (ARNs) or match patterns of resources to assign to a backup plan |`list(string)`|`[]`| no |
145
-
| <aname="input_selection_tag_key"></a> [selection\_tag\_key](#input\_selection\_tag\_key)| The key in a key-value pair |`string`|`null`| no |
146
-
| <aname="input_selection_tag_type"></a> [selection\_tag\_type](#input\_selection\_tag\_type)| An operation, such as StringEquals, that is applied to a key-value pair used to filter resources in a selection |`string`|`null`| no |
147
-
| <aname="input_selection_tag_value"></a> [selection\_tag\_value](#input\_selection\_tag\_value)| The value in a key-value pair |`string`|`null`| no |
148
135
| <aname="input_selection_tags"></a> [selection\_tags](#input\_selection\_tags)| A list of selection tags map |`list(any)`|`[]`| no |
149
136
| <aname="input_sns_topic_arn"></a> [sns\_topic\_arn](#input\_sns\_topic\_arn)| The Amazon Resource Name (ARN) that specifies the topic for a backup vault’s events |`string`|`null`| no |
150
137
| <aname="input_tags"></a> [tags](#input\_tags)| A mapping of tags to assign to the resource |`map(string)`|`{}`| no |
@@ -164,6 +151,7 @@ No modules.
164
151
| <aname="output_backup_sns_topic_arn"></a> [backup\_sns\_topic\_arn](#output\_backup\_sns\_topic\_arn)| The Amazon Resource Name (ARN) that specifies the topic for a backup vault’s events |
165
152
| <aname="output_backup_vault_arn"></a> [backup\_vault\_arn](#output\_backup\_vault\_arn)| The Amazon Resource Name (ARN) that identifies the AWS Backup Vault |
166
153
| <aname="output_backup_vault_events"></a> [backup\_vault\_events](#output\_backup\_vault\_events)| An array of events that indicate the status of jobs to back up resources to the backup vault. |
154
+
| <aname="output_backup_vault_iam_role_name"></a> [backup\_vault\_iam\_role\_name](#output\_backup\_vault\_iam\_role\_name)| The name of the backup IAM role |
167
155
| <aname="output_backup_vault_id"></a> [backup\_vault\_id](#output\_backup\_vault\_id)| The name of the AWS Backup Vault |
168
156
| <aname="output_backup_vault_recovery_points"></a> [backup\_vault\_recovery\_points](#output\_backup\_vault\_recovery\_points)| The number of recovery points that are stored in a backup vault |
0 commit comments