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

S3: added variable and new resources #6

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

garegintamrazyan07
Copy link
Contributor

  1. added variable to enable logging
  2. added conditional Cloudwatch group
  3. added conditional Cloudtrail s3 bucket
  4. added conditional role for Coudtrail to assume
  5. added conditional Cloudtrail trail to capture s3 api calls

issue #139

})
}
}

resource "aws_s3_bucket" "kubeflow" {
Copy link
Contributor

Choose a reason for hiding this comment

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

why we use kubeflow for the bucket resource name?

Copy link
Contributor

Choose a reason for hiding this comment

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

it looks like this module appeared from sak-kubeflow and the changes proposed to us. We need to make this module more universal so that it can be used in various situations, and not just in the kubeflow installation

Copy link
Contributor Author

Choose a reason for hiding this comment

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

should I update this PR , or we can open other issue ?

Copy link
Contributor

Choose a reason for hiding this comment

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

Just update this, please. Could you write an example in Readme.md how to quickly add this module into the main project?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yes, I will write a readme as well

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Check now

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.

4 participants