Skip to content

Commit

Permalink
Clean up Terraform README, delete erroneous SQLite DB
Browse files Browse the repository at this point in the history
  • Loading branch information
bcspragu committed Dec 12, 2023
1 parent b4484f7 commit 84c46cf
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ terraform/.terraform/
terraform/.terraform.lock.hcl
terraform/terraform.tfstate
terraform/terraform.tfstate.*
logseq-sync.db
Binary file removed logseq-sync.db
Binary file not shown.
2 changes: 0 additions & 2 deletions terraform/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Terraform

NOTE: None of this Terraform is tested, definitely don't use it yet!

This directory contains configuration for AWS resources currently needed by the application. The Logseq Sync protocol has the client upload blobs to a S3-compatible blob store, this is a codified version of the infrastructure needed to set that up.

Longer term, I still need to figure out if other blob stores (MinIO, other S3-compatible stores) can be used, or if assumptions about S3 are baked into the protocol, but to get things working end-to-end first, I figured it prudent to start with what the official implementation does.

0 comments on commit 84c46cf

Please sign in to comment.