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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ Neptune serverless requires that the `engine_version` attribute must be `1.2.0.1
24
24
25
25
module "neptune" {
26
26
source = "dstrates/neptune/aws"
27
-
version = "0.1.2"
27
+
version = "0.1.3"
28
28
29
29
apply_immediately = true
30
30
backup_retention_period = 5
@@ -77,7 +77,7 @@ module "neptune" {
77
77
```hcl
78
78
module "neptune" {
79
79
source = "dstrates/neptune/aws"
80
-
version = "0.1.2"
80
+
version = "0.1.3"
81
81
82
82
# Standard configuration
83
83
# ...
@@ -166,7 +166,7 @@ No modules.
166
166
| <aname="input_apply_immediately"></a> [apply\_immediately](#input\_apply\_immediately)| Specifies whether cluster modifications are applied immediately |`bool`|`true`| no |
167
167
| <aname="input_availability_zones"></a> [availability\_zones](#input\_availability\_zones)| (Optional) A list of EC2 Availability Zones that instances in the Neptune cluster can be created in. |`list(string)`|`null`| no |
168
168
| <aname="input_backup_retention_period"></a> [backup\_retention\_period](#input\_backup\_retention\_period)| The number of days to retain backups for |`number`|`7`| no |
169
-
| <aname="input_cluster_identifier"></a> [cluster\_identifier](#input\_cluster\_identifier)| The cluster identifier|`string`|n/a|yes|
169
+
| <aname="input_cluster_identifier"></a> [cluster\_identifier](#input\_cluster\_identifier)| The cluster identifier. Required if create\_neptune\_cluster is true.|`string`|`null`| no|
170
170
| <aname="input_cluster_identifier_prefix"></a> [cluster\_identifier\_prefix](#input\_cluster\_identifier\_prefix)| (Optional) Creates a unique cluster identifier beginning with the specified prefix. Conflicts with cluster\_identifier. |`string`|`null`| no |
171
171
| <aname="input_copy_tags_to_snapshot"></a> [copy\_tags\_to\_snapshot](#input\_copy\_tags\_to\_snapshot)| (Optional) If set to true, tags are copied to any snapshot of the DB cluster that is created. |`bool`|`null`| no |
172
172
| <aname="input_create_neptune_cluster"></a> [create\_neptune\_cluster](#input\_create\_neptune\_cluster)| Whether or not to create a Neptune cluster |`bool`|`true`| no |
0 commit comments