jnichols3 / terraform-envs

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

Initial setup of base providers, project structure and automation #1

Closed jnichols3 closed 3 years ago

jnichols3 commented 3 years ago

This pull-request sets up the basic layout for this terraform-envs example repo. The base terraform provider structure is setup, along with a project structure for some basic cloud resources in a prod/stage configuration. A script is included to setup new projects in this structure. The readme is also updated to include some information about the layout and notes about adopting it for future terraform projects.