Add build and deploy actions. #1

Open
max wants to merge 19 commits from feat/actions into main
Showing only changes of commit 73fa413df8 - Show all commits

View File

@@ -2,7 +2,7 @@ terraform {
# The backend is stored in an S3 bucket.
backend "s3" {
bucket = "tsuga-sieboldii"
key = "proxy"
key = "proxy"
region = "us-east-1"
}
}