You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
vpc_security_group_ids = [] # Open to world or specific SG if needed, keeping empty for basic example
subnet_id = var.aws_subnet_id # Optional: specify if needed, otherwise default VPC is often used or it might fail if no default VPC. For a generic module usage, we might need to look up a subnet or VPC.