jnichols3 / terraform-envs

Example of a terraform repo setup with multiple projects
GNU General Public License v3.0
0 stars 1 forks source link

Provision Azure too (paste a command to install what is needed) #6

Open wilsonmar opened 3 years ago

wilsonmar commented 3 years ago

https://github.com/jnichols3/terraform-envs/blob/main/new-tf.sh currently supports aws, eks, and gcp.

To get a developer up and running quickly on Azure with a reference architecture with a sample app, have a command which can be copied and pasted in a cloud console or local laptop which downloads what is necessary, provision, install, then configure what is necessary. Example: https://github.com/wilsonmar/azure-quickly WDYT?