Skip to content

Commit a4ade79

Browse files
authored
Merge pull request #82 from lgallard/release/0.20.0
Release 0.20.0
2 parents e16aa7a + 632c7fe commit a4ade79

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.20.0. (December 27, 2023)
2+
3+
ENHANCEMENTS:
4+
5+
* Add conditional for `aws_backup_plan` to avoid creation if no rules are provided (thanks @gpdenny)
6+
17
## 0.19.3 (September 1, 2023)
28

39
ENHANCEMENTS:

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ module "aws_backup_example" {
155155

156156
| Name | Version |
157157
|------|---------|
158-
| <a name="provider_aws"></a> [aws](#provider\_aws) | 5.15.0 |
158+
| <a name="provider_aws"></a> [aws](#provider\_aws) | 5.31.0 |
159159

160160
## Modules
161161

@@ -195,7 +195,7 @@ No modules.
195195
| <a name="input_max_retention_days"></a> [max\_retention\_days](#input\_max\_retention\_days) | The maximum retention period that the vault retains its recovery points | `number` | `null` | no |
196196
| <a name="input_min_retention_days"></a> [min\_retention\_days](#input\_min\_retention\_days) | The minimum retention period that the vault retains its recovery points | `number` | `null` | no |
197197
| <a name="input_notifications"></a> [notifications](#input\_notifications) | Notification block which defines backup vault events and the SNS Topic ARN to send AWS Backup notifications to. Leave it empty to disable notifications | `any` | `{}` | no |
198-
| <a name="input_plan_name"></a> [plan\_name](#input\_plan\_name) | The display name of a backup plan | `string` | n/a | yes |
198+
| <a name="input_plan_name"></a> [plan\_name](#input\_plan\_name) | The display name of a backup plan | `string` | `null` | no |
199199
| <a name="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 |
200200
| <a name="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 |
201201
| <a name="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 |

0 commit comments

Comments
 (0)