зеркало из
1
0
Форкнуть 0
Граф коммитов

7 Коммитов

Автор SHA1 Сообщение Дата
Gabriel Nepomuceno 56255c3488 Update to avoid security flaws and deprecation warnings 2022-07-25 23:30:20 +01:00
Christian Pearce a31a1efaeb
Allow version 3 from root modules. (#68) 2021-10-21 17:14:13 +01:00
Travis Kinney c8d9a3edb2
Add support for azurerm_function_app (and misc. housekeeping) (#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 #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.
2020-10-01 08:20:30 +01:00
Travis Drake e75a38690c
Proper fix for 'Provider configuration not present' (#35)
* Properly fix 'Provider configuration not present'

https://github.com/Azure/terraform-azurerm-naming/issues/31

My first PR was against the generated file instead of in the generation code itself, someone made me aware I needed to update the generator too.

* Removed extra newlines
2020-10-01 08:19:20 +01:00
Gabriel Monteiro Nepomuceno cf68cd626d
Verify (#15)
Adding verification options and some missing resources
2020-06-25 06:45:03 +01:00
Gabriel Monteiro Nepomuceno 1c80853a5f
Basic workflow (#5)
* Basic workflow

* pr validation

* correct randon version
2020-06-16 09:42:03 +01:00
Gabriel Monteiro Nepomuceno c2c2e30c74
This Commit change the resources to be auto generated from a json file (#2)
* Adding auto generation

* Correcting terraform fmt

* Adding resource definitions

* Correcting review

* Correcting append

Co-authored-by: Gabriel Nepomuceno <ganepomu@microsoft.com>
2020-06-15 11:37:19 +01:00