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
* Testing with removing the lifecycle block
* Test snap name change
* Snapshot overwrite
* testing alternative
* testing sth that won't work
* removing lifecycle block
* Fix README
* Adding a time-sleep
* adding lifecycle
* Don't think this will work
* no again
* Changing db_cluster_param_group_name
* missing index
* typo
* Cleanup
* cleanup 2
| `aws_aurora_database_final_snapshot` | String | Set the name to generate a snapshot of the database before deletion. |
296
-
| `aws_aurora_deletion_protection` | Boolean | Protects the database from deletion. Defaults to `false`. This won't prevent Terraform from destroying it. |
296
+
| `aws_aurora_deletion_protection` | Boolean | Protects the database from deletion. Defaults to `false`. **This won't prevent db instances to be deleted.** |
297
297
| `aws_aurora_delete_auto_backups` | Boolean | Specifies whether to remove automated backups immediately after the DB cluster is deleted. Default is `true`. |
298
298
| `aws_aurora_restore_snapshot_id` | String | Restore an initial snapshot of the DB if specified. |
299
299
| `aws_aurora_restore_to_point_in_time` | map{String} | Restore database to a point in time. Will require a map of strings. Like `{"restore_to_time"="W","restore_type"="X","source_cluster_identifier"="Y", "use_latest_restorable_time"="Z"}`. Default `{}`. |
300
-
| `aws_aurora_snapshot_name` | String | Takes a snapshot of the DB. |
301
-
| `aws_aurora_snapshot_overwrite` | Boolean | Overwrites snapshot if same name is set. Defaults to `false`. |
300
+
| `aws_aurora_snapshot_name` | String | Takes a snapshot of the DB. This is treated as one resource, meaning only one can be created, even if name changes.|
301
+
| `aws_aurora_snapshot_overwrite` | Boolean | Takes a snapshot of the DB deleteing the previous snapshot. Defaults to `false`. |
302
302
| **DB Instance** |||
303
303
| `aws_aurora_db_instances_count` | String | Amount of instances to create. Defaults to `1`. |
0 commit comments