redpanda-data / deployment-automation

Cluster configuration best practices
https://redpanda.com
Apache License 2.0
64 stars 46 forks source link

No variable for subnet id in aws/main.tf #229

Open KavyaShivashankar opened 2 months ago

KavyaShivashankar commented 2 months ago

In this file, aws/main.tf, the comment on line 1 states that subnet ID needs to be provided when using a non default VPC. main.tf does not have any variable for subnet id. Deployment works fine with just the non-default VPC id and doesnt seem to need an explicit subnet id.