charliekw411 / terraform-azurerm-avm-res-dbformysql-flexibleserver

MIT License
2 stars 0 forks source link

chore: run the grept tool over the codebase & fix _header.md #6

Closed kewalaka closed 8 months ago

kewalaka commented 8 months ago

to run grept locally;

# set these environment variables, needed by grept
export GITHUB_REPOSITORY="Azure/terraform-azurerm-avm-res-dbformysql-flexibleserver"
export GITHUB_REPOSITORY_OWNER="Azure"

then run grept:

./avm grept-apply

review the changes, excluding e2e.yml (we will need that when raising a PR against the Azure org, but it will break local testing). Suggest you stash that for easier retrieval later.

commit any other changes.

_header.md

Suggest editing this file & then re-running ./avm docs - so that the readme has the name of the module. See my blog post if you need inspiration on what to put in _header 😊