Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feature] Add 'snapshot_identifier' to all aws-aurora modules #323

Merged
merged 3 commits into from
Jul 8, 2021

Conversation

mbarrien
Copy link
Contributor

@mbarrien mbarrien commented Jul 8, 2021

This will support creating a new RDS cluster from an existing snapshot, e.g. for data mirroring to a different env.

If snapshot_identifier not provided, should revert to original behavior.

This takes functionality from a side branch of @atolopko-czi and puts it into the main branch, since there is already code that relies on this functionality.

atolopko-czi and others added 3 commits July 8, 2021 13:56
This will support creating a new RDS cluster from an existing snapshot, e.g. for
data mirroring to a different env.
@mbarrien mbarrien requested a review from kuannie1 July 8, 2021 21:00
@mbarrien mbarrien requested a review from a team as a code owner July 8, 2021 21:00
description = "Specifies whether or not to create this cluster from a snapshot. You can use either the name or ARN when specifying a DB cluster snapshot, or the ARN when specifying a DB snapshot."
default = null
}

variable "skip_final_snapshot" {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📝 [tflint] reported by reviewdog 🐶
skip_final_snapshot variable has no description

description = "Specifies whether or not to create this cluster from a snapshot. You can use either the name or ARN when specifying a DB cluster snapshot, or the ARN when specifying a DB snapshot."
default = null
}

variable "skip_final_snapshot" {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [tflint] reported by reviewdog 🐶
skip_final_snapshot variable has no type

@mbarrien mbarrien merged commit 9991541 into main Jul 8, 2021
@mbarrien mbarrien deleted the mbarrien/aurora-initial-snapshot-support branch July 8, 2021 21:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants