Open jongio opened 2 years ago
What about just making bicep
the default and having terraform
be something you have to opt into, instead of this file system sniffing?
@ellismg that is what we have today. I like the idea of the user doing less work and azd sniffing as a convention
Right now we'll require setting the infra provider in azure.yaml
Instead of doing that,
Let's inspect the infra folder.
If bicep files, then use bicep, if tf files, then use tf, if both, then prompt the user to update the azure.yaml file.