In this series, we have been using Terraform by ourselves. We defined the infrastructure - created a plan, created the infrastructure itself and also we saved our code to Github. We had the choice to store and maintain states locally. However, using Terraform in a team where more than one developer are contributing to the … Continue reading Terraform Workflow
git
GitFS
GitFS is a FUSE filesystem and is fully integrated with Git, built by Presslabs. FUSE - is filesystem in userspace which is built to have more control on filesystems for the processes running in user space.