Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for azurerm_function_app (and misc. housekeeping) (Azure#36)
* Add support for azurerm_function_app Adds support for the azurerm_function_app resource type. * Fix resources with inconsistent naming conventions Fixes the naming convention used in the bot_channel_email and container_group resources, converting them to lower_snake_case. * Fix resource template formatting Fixes the resource template formatting to align with the output of terraform fmt, so the files don't have to be formatted afterward. Also noticed a diff between the provider in the template and the Terraform files, so I merged in pull request Azure#35 to fix. * Sort all resources alphabetically Sorts the resource definitions in both JSON documents alphabetically, and updates the build script to alphabetize the output Terraform files.
- Loading branch information