-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add aws_flow_logs_s3_buckets module #11
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
also can we modify the random_uuid to random_password as in #10
makes module secure.
Good idea. Done! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. we can ship it. thank you
Add new
aws_flow_logs_s3_buckets
submodule.In
aws_account
, replace the usage ofrandom_uuid
withrandom_password
to increase the strength of the role external ID.Improve formatting and structure of examples.
Delete empty
outputs.tf
files.Fix the validation of variables in
aws_account
example.Set version to v1.2.0.