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

Allow log retention configuration #157

Merged
merged 5 commits into from
Nov 14, 2019

Conversation

geota
Copy link
Contributor

@geota geota commented Nov 12, 2019

Description

Destruction was failing for me due to the template trying to be generated AFTER the bucket had already been destroyed which caused it to fail.

I also needed to support configuring log retention on the cloudwatch log group so we dont have unlimited retention. I set it to zero deays which maps to unlimited IIRC. I wanted to set it to null and let the AWS resource handle the defaulting but the autodocs script breaks with null as a default even though this is supported in TF.

Migrations required

NO

Verification

Please mention the examples you have verified.

Documentation

Please ensure you update the README in _docs/README.md. The README.md in the root can be updated by running the script ci/bin/autodocs.sh

@geota geota force-pushed the allow_log_retention_configuration branch from afc69ac to 6d3e1da Compare November 12, 2019 19:10
@npalm npalm self-requested a review November 13, 2019 13:48
@npalm
Copy link
Collaborator

npalm commented Nov 14, 2019

@geota thanks for the PR. will check it in the next days

Copy link
Collaborator

@npalm npalm left a comment

Choose a reason for hiding this comment

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

@geota Looks all gooed

@npalm npalm merged commit 35a281d into cattle-ops:develop Nov 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants