Auto Mode with $defaults extension
Extend the built-in Auto Mode rules with custom entries instead of replacing them.
{
"autoMode": {
"allow": ["$defaults", "Bash(terraform *)", "Bash(kubectl *)"],
"environment": ["$defaults", "Internal API: api.corp.example.com"]
}
}