-
Notifications
You must be signed in to change notification settings - Fork 25
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
feat: CDI-2179 - Add databricks-workspace-e2 module #527
Conversation
databricks-workspace-e2/variables.tf
Outdated
variable "audit_log_bucket_name" { | ||
type = string | ||
default = "czi-audit-logs" | ||
description = "Name of bucket to write cluster logs to - also where the audit logs go, too" | ||
} |
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.
remove our default & make it required
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.
Oops - thanks for catching
databricks-workspace-e2/README.md
Outdated
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.
overall feedback: make this general. Don't include emails and stuff specific to CZI
Will redo with a clean commit |
Summary
Copy
databricks-workspace-e2
from shared-infra to cztackTest Plan
Say unittests, or list out steps to verify changes.
References