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

fix: propagate preferred_maintenance_window to the docdb cluster instances resources #57

Merged
merged 2 commits into from May 15, 2023
Merged

fix: propagate preferred_maintenance_window to the docdb cluster instances resources #57

merged 2 commits into from May 15, 2023

Conversation

sherifkayad
Copy link
Contributor

propagated preferred_maintenance_window to the docdb cluster instances resources

what

why

  • Without that the cluster instances were having "random" windows that don't match the expectations of "potential" down time
  • Users want to be in control of when their databases can go under maintenance not just at any "random" time

references

@sherifkayad sherifkayad requested review from a team as code owners May 10, 2023 13:13
@sherifkayad sherifkayad changed the title propagated preferred_maintenance_window to the docdb cluster instances resources fix: propagated preferred_maintenance_window to the docdb cluster instances resources May 10, 2023
@sherifkayad
Copy link
Contributor Author

@maintainers,

is there like a known issue with the Github workflow? .. Seems like the workflow wants to push something to my forked repo and it fails ..

@aknysh
Copy link
Member

aknysh commented May 12, 2023

@sherifkayad thanks for the PR

Please run the following commands and commit the changes:

make init
make github/init
make readme

@aknysh
Copy link
Member

aknysh commented May 12, 2023

/test all

Copy link
Member

@aknysh aknysh left a comment

Choose a reason for hiding this comment

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

please see comments

@max-lobur
Copy link
Contributor

max-lobur commented May 12, 2023

@maintainers,

is there like a known issue with the Github workflow? .. Seems like the workflow wants to push something to my forked repo and it fails ..

I have rolled out the updated workflows to this repo, please rebase on main, run

make init
make readme

and it should all be green 👍

@Nuru Nuru changed the title fix: propagated preferred_maintenance_window to the docdb cluster instances resources fix: propagate preferred_maintenance_window to the docdb cluster instances resources May 12, 2023
…tances resources

Signed-off-by: Sherif Ayad <sherif.k.ayad@gmail.com>
@sherifkayad
Copy link
Contributor Author

sherifkayad commented May 14, 2023

@aknysh @max-lobur thanks for your comments. I rebased, ran the required commands and pushed again. Could you please have another look?

@aknysh
Copy link
Member

aknysh commented May 15, 2023

/test all

@sherifkayad
Copy link
Contributor Author

@aknysh is that something I can fix? .. Didn't quite get why the linting is failing

@sherifkayad
Copy link
Contributor Author

sherifkayad commented May 15, 2023

after another check, seems like the linter is failing on all 17 occurences of join("", aws_SOMETHING.NAME.*.PROPERTY). I can happily push a fix that would make tflint happy

Signed-off-by: Sherif Ayad <sherif.k.ayad@gmail.com>
@aknysh
Copy link
Member

aknysh commented May 15, 2023

after another check, seems like the linter is failing on all 17 occurences of join("", aws_SOMETHING.NAME.*.PROPERTY). I can happily push a fix that would make tflint happy

@sherifkayad yes, this is the issue, thank you

@aknysh
Copy link
Member

aknysh commented May 15, 2023

/test all

@max-lobur
Copy link
Contributor

/terratest

@aknysh aknysh added the patch A minor, backward compatible change label May 15, 2023
@aknysh aknysh merged commit 72d0008 into cloudposse:main May 15, 2023
17 checks passed
@sherifkayad sherifkayad deleted the propagate-maintenance-window-to-cluster-instances branch May 15, 2023 14:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
patch A minor, backward compatible change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

preferred_maintenance_window from the variables isn't propagated to the docdb_cluster_instance resources
3 participants