THEY-Consulting / they-terraform

Helper modules for an easier terraform life
3 stars 0 forks source link

only create storage account if no `preexisting_name` is provided #27

Closed thiemogries closed 1 year ago

thiemogries commented 1 year ago

PR instructions

cd examples/azure/packages
yarn install
cd examples/azure/function_app_with_build
terraform init
terraform deploy

should deploy without errors

cleanup:

terraform destroy

The steps of acceptance

✔ I executed the PR instructions and everything worked.

✔ I checked the requirements for the ticket, and they are matching the PR.

✔ I am satisfied with the code and left annotations if I had some ideas.