/hashicat-azure-modules

show off our modules capabilities on Azure

Primary LanguageHCLApache License 2.0Apache-2.0

hashicat-azure-modules

show off our modules capabilities on Azure

Steps to running the demo

  1. Make sure myresource group is implemented (you can run a manual apply with the module commented out) otherwise you get an error that the module doesn't have myresource group. If continuing from the hashicat-azure demo then all should be fine because the resource group is already there
  2. Show the modules section and show how you add a module and different versions
  3. Walk through Design Configuration and show the preview code
  4. Rename the main.tf.start file to main.tf in VS Code then uncomment the module section
  5. Show the code that is very similar to the preview code
  6. Commit and push. This deploys a web app on a container into Azure's App Service
  7. Show the app via the link that shows up in the Apply log
  8. Destroy the environment and destroy the hashicat-azure environment
  9. Change the main.tf file to main.tf.start and comment out the module section