Skip to content

Commit 790e2c2

Browse files
author
Yotaro
committed
Editing README
1 parent 6589ee0 commit 790e2c2

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

  • workspace-setup/terraform-examples/aws/aws-byovpc

workspace-setup/terraform-examples/aws/aws-byovpc/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,15 @@ security_group_ids = ["sg-xxxxxxxxx"]
133133
- Subnets must have outbound internet connectivity (NAT Gateway or similar)
134134
- Security group must allow required Databricks ports
135135

136+
### Security Group Configuration
137+
138+
Leave `security_group_ids` empty to automatically create a dedicated security group. Optionally, customize the name via `new_security_group_name` (defaults to `<resource_prefix>-databricks-sg`).
139+
140+
```hcl
141+
security_group_ids = []
142+
new_security_group_name = "my-databricks-sg" # optional
143+
```
144+
136145
### Unity Catalog Options
137146

138147
#### Create New Metastore

0 commit comments

Comments
 (0)