terraform-databricks-examples icon indicating copy to clipboard operation
terraform-databricks-examples copied to clipboard

Feature/aws infra module

Open HariGS-DB opened this issue 1 week ago • 0 comments
trafficstars

closes #178

This PR adds a standard module for all things AWS infra. The objective is to use the base aws infra for developing any databricks examples involving aws. It contains the following:

  1. code for s3 buckets, iam roles, vpc, sg
  2. optional flag to create resources for private link backend
  3. optional flag to create hub and spoke arch
  4. optional flag to create firewall to control outbound

HariGS-DB avatar Nov 11 '25 16:11 HariGS-DB