From 7fef82aa47a9dcc5b9e897072406f080e4ddef1f Mon Sep 17 00:00:00 2001 From: Jason Ng Date: Tue, 31 Oct 2023 13:53:11 -0700 Subject: [PATCH] fix: update readmes and trigger release (#534) --- databricks-cluster-log-permissions/README.md | 6 ++++++ databricks-default-cluster-policies/README.md | 2 ++ 2 files changed, 8 insertions(+) diff --git a/databricks-cluster-log-permissions/README.md b/databricks-cluster-log-permissions/README.md index 055a1808..45cbf8d1 100644 --- a/databricks-cluster-log-permissions/README.md +++ b/databricks-cluster-log-permissions/README.md @@ -50,6 +50,12 @@ No modules. | [bucket\_kms\_encryption\_key\_arn](#input\_bucket\_kms\_encryption\_key\_arn) | ARN for KMS key used to encrypt bucket for cluster logs | `string` | n/a | yes | | [env](#input\_env) | Environment name | `string` | n/a | yes | | [existing\_role\_names](#input\_existing\_role\_names) | List of other existing instance policy roles on the workspace for which to add cluster log write permissions | `list(string)` | `[]` | no | +| [databricks\_logs\_bucke\_name](#input\_databricks\_logs\_bucket\_name) | Name of the bucket to store cluster logs | `string` | n/a | yes | +| [global\_reader\_env](#input\_global\_reader\_env) | Name of env to grant global logs reader access to | `string` | n/a | yes | +| [destination\_account\_id](#input\_destination\_account\_id) | Account ID for the logs destination AWS account | `string` | n/a | yes | +| [destination\_account\_region](#input\_destination\_account\_region) | Region for the logs destination AWS account | `string` | n/a | yes | +| [destination\_account\_assume\_role\_name](#input\_destination\_account\_assume\_role_name) | Role name to assume in the logs destination AWS account | `string` | n/a | yes | + ## Outputs diff --git a/databricks-default-cluster-policies/README.md b/databricks-default-cluster-policies/README.md index 2b8c1bfe..e9af1435 100644 --- a/databricks-default-cluster-policies/README.md +++ b/databricks-default-cluster-policies/README.md @@ -41,6 +41,8 @@ | [additional\_instance\_profile\_arns](#input\_additional\_instance\_profile\_arns) | Additional instance profiles to allow clusters to run on | `list(string)` | `[]` | no | | [databricks\_host](#input\_databricks\_host) | Databricks host name for tagging | `string` | n/a | yes | | [databricks\_workspace\_id](#input\_databricks\_workspace\_id) | Databricks workspace\_id for tagging | `string` | n/a | yes | +| [databricks\_log\_bucket](#input\_databricks\_log\_bucket) | Name of S3 bucket to store Databricks logs | `string` | n/a | yes | +| [policy\_name\_prefix](#input\_policy\_name\_prefix) | Prefix for policy names | `string` | n/a | no | ## Outputs