File tree Expand file tree Collapse file tree 14 files changed +28
-17
lines changed Expand file tree Collapse file tree 14 files changed +28
-17
lines changed Original file line number Diff line number Diff line change @@ -68,13 +68,13 @@ Users of Terragrunt can achieve similar results by using modules provided in the
68
68
| Name | Version |
69
69
| ------| ---------|
70
70
| <a name =" requirement_terraform " ></a > [ terraform] ( #requirement\_ terraform ) | >= 1.0 |
71
- | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | >= 5.72.1 |
71
+ | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | >= 5.98 |
72
72
73
73
## Providers
74
74
75
75
| Name | Version |
76
76
| ------| ---------|
77
- | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | >= 5.72.1 |
77
+ | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | >= 5.98 |
78
78
79
79
## Modules
80
80
@@ -118,6 +118,7 @@ No modules.
118
118
| <a name =" input_name " ></a > [ name] ( #input\_ name ) | Name of the DynamoDB table | ` string ` | ` null ` | no |
119
119
| <a name =" input_on_demand_throughput " ></a > [ on\_ demand\_ throughput] ( #input\_ on\_ demand\_ throughput ) | Sets the maximum number of read and write units for the specified on-demand table | ` any ` | ` {} ` | no |
120
120
| <a name =" input_point_in_time_recovery_enabled " ></a > [ point\_ in\_ time\_ recovery\_ enabled] ( #input\_ point\_ in\_ time\_ recovery\_ enabled ) | Whether to enable point-in-time recovery | ` bool ` | ` false ` | no |
121
+ | <a name =" input_point_in_time_recovery_period_in_days " ></a > [ point\_ in\_ time\_ recovery\_ period\_ in\_ days] ( #input\_ point\_ in\_ time\_ recovery\_ period\_ in\_ days ) | Number of preceding days for which continuous backups are taken and maintained. Default 35 | ` number ` | ` null ` | no |
121
122
| <a name =" input_range_key " ></a > [ range\_ key] ( #input\_ range\_ key ) | The attribute to use as the range (sort) key. Must also be defined as an attribute | ` string ` | ` null ` | no |
122
123
| <a name =" input_read_capacity " ></a > [ read\_ capacity] ( #input\_ read\_ capacity ) | The number of read units for this table. If the billing\_ mode is PROVISIONED, this field should be greater than 0 | ` number ` | ` null ` | no |
123
124
| <a name =" input_replica_regions " ></a > [ replica\_ regions] ( #input\_ replica\_ regions ) | Region names for creating replicas for a global DynamoDB table. | ` any ` | ` [] ` | no |
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Note that this example may create resources which can cost money (AWS Elastic IP
20
20
| Name | Version |
21
21
| ------| ---------|
22
22
| <a name =" requirement_terraform " ></a > [ terraform] ( #requirement\_ terraform ) | >= 1.0 |
23
- | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | >= 5.72.1 |
23
+ | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | >= 5.98 |
24
24
| <a name =" requirement_random " ></a > [ random] ( #requirement\_ random ) | >= 2.0 |
25
25
26
26
## Providers
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ terraform {
4
4
required_providers {
5
5
aws = {
6
6
source = " hashicorp/aws"
7
- version = " >= 5.72.1 "
7
+ version = " >= 5.98 "
8
8
}
9
9
random = {
10
10
source = " hashicorp/random"
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Note that this example may create resources which can cost money (AWS Elastic IP
20
20
| Name | Version |
21
21
| ------| ---------|
22
22
| <a name =" requirement_terraform " ></a > [ terraform] ( #requirement\_ terraform ) | >= 1.0 |
23
- | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | >= 5.72.1 |
23
+ | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | >= 5.98 |
24
24
| <a name =" requirement_random " ></a > [ random] ( #requirement\_ random ) | >= 2.0 |
25
25
26
26
## Providers
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ terraform {
4
4
required_providers {
5
5
aws = {
6
6
source = " hashicorp/aws"
7
- version = " >= 5.72.1 "
7
+ version = " >= 5.98 "
8
8
}
9
9
random = {
10
10
source = " hashicorp/random"
Original file line number Diff line number Diff line change @@ -20,15 +20,15 @@ Note that this example may create resources which can cost money (AWS Elastic IP
20
20
| Name | Version |
21
21
| ------| ---------|
22
22
| <a name =" requirement_terraform " ></a > [ terraform] ( #requirement\_ terraform ) | >= 1.0 |
23
- | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | >= 5.72.1 |
23
+ | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | >= 5.98 |
24
24
| <a name =" requirement_random " ></a > [ random] ( #requirement\_ random ) | >= 2.0 |
25
25
26
26
## Providers
27
27
28
28
| Name | Version |
29
29
| ------| ---------|
30
- | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | >= 5.72.1 |
31
- | <a name =" provider_aws.euwest2 " ></a > [ aws.euwest2] ( #provider\_ aws.euwest2 ) | >= 5.72.1 |
30
+ | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | >= 5.98 |
31
+ | <a name =" provider_aws.euwest2 " ></a > [ aws.euwest2] ( #provider\_ aws.euwest2 ) | >= 5.98 |
32
32
| <a name =" provider_random " ></a > [ random] ( #provider\_ random ) | >= 2.0 |
33
33
34
34
## Modules
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ terraform {
4
4
required_providers {
5
5
aws = {
6
6
source = " hashicorp/aws"
7
- version = " >= 5.72.1 "
7
+ version = " >= 5.98 "
8
8
}
9
9
random = {
10
10
source = " hashicorp/random"
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Note that this example may create resources which can cost money (AWS Elastic IP
20
20
| Name | Version |
21
21
| ------| ---------|
22
22
| <a name =" requirement_terraform " ></a > [ terraform] ( #requirement\_ terraform ) | >= 1.0 |
23
- | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | >= 5.72.1 |
23
+ | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | >= 5.98 |
24
24
| <a name =" requirement_random " ></a > [ random] ( #requirement\_ random ) | >= 2.0 |
25
25
26
26
## Providers
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ terraform {
4
4
required_providers {
5
5
aws = {
6
6
source = " hashicorp/aws"
7
- version = " >= 5.72.1 "
7
+ version = " >= 5.98 "
8
8
}
9
9
random = {
10
10
source = " hashicorp/random"
Original file line number Diff line number Diff line change @@ -26,7 +26,8 @@ resource "aws_dynamodb_table" "this" {
26
26
}
27
27
28
28
point_in_time_recovery {
29
- enabled = var. point_in_time_recovery_enabled
29
+ enabled = var. point_in_time_recovery_enabled
30
+ recovery_period_in_days = var. point_in_time_recovery_period_in_days
30
31
}
31
32
32
33
dynamic "attribute" {
@@ -166,7 +167,8 @@ resource "aws_dynamodb_table" "autoscaled" {
166
167
}
167
168
168
169
point_in_time_recovery {
169
- enabled = var. point_in_time_recovery_enabled
170
+ enabled = var. point_in_time_recovery_enabled
171
+ recovery_period_in_days = var. point_in_time_recovery_period_in_days
170
172
}
171
173
172
174
dynamic "attribute" {
@@ -310,7 +312,8 @@ resource "aws_dynamodb_table" "autoscaled_gsi_ignore" {
310
312
}
311
313
312
314
point_in_time_recovery {
313
- enabled = var. point_in_time_recovery_enabled
315
+ enabled = var. point_in_time_recovery_enabled
316
+ recovery_period_in_days = var. point_in_time_recovery_period_in_days
314
317
}
315
318
316
319
dynamic "attribute" {
You can’t perform that action at this time.
0 commit comments