AlexsLemonade / alsf-scpca

Management and analysis tools for ALSF Single-cell Pediatric Cancer Atlas data.
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

Use S3 terraform backend to store state file #102

Open kurtwheeler opened 3 years ago

kurtwheeler commented 3 years ago

Terraform supports using S3 to store its state files and even locks the file in case multiple people try to modify the state at once. This is preferable to passing the state file between devs, so I think it's worth setting up.