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

Ignore replicas changes #7

Merged
merged 4 commits into from
Aug 16, 2022
Merged

Ignore replicas changes #7

merged 4 commits into from
Aug 16, 2022

Conversation

jacoor
Copy link
Collaborator

@jacoor jacoor commented Aug 16, 2022

Issue:
Some TF bug causes replicas to be always rebuild.
Reported a bug: cloudposse#104 and added parameter to ignore.
It will still work on create and destroy.

@jacoor jacoor requested a review from remik August 16, 2022 12:55
@@ -75,7 +75,8 @@ resource "aws_dynamodb_table" "default" {
lifecycle {
ignore_changes = [
read_capacity,
write_capacity
write_capacity,
replica
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

this is the change

@jacoor jacoor merged commit 257077f into master Aug 16, 2022
@jacoor jacoor deleted the ignore-replicas-changes branch August 16, 2022 12:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants