Hosting Modules on Git
- Refer Here for the location where modules are hosted
- Refer Here for the changes done to use modules hosted on git.
Sharing states with Backend
- By default the backend is local, so when we execute terraform it creates the state
terraform.tfstatefile in the same folder. - This will not work for multi user executions.

- The better idea would be to have the state stored in a central and accessible locations


- For creation of buckets etc watch classroom video
- Refer Here for the changes done to add state

