From fdf6b68949269c27a25f728bfa0627ab6803969e Mon Sep 17 00:00:00 2001 From: "Lance R. Vick" Date: Thu, 9 Mar 2023 21:11:25 -0800 Subject: [PATCH] initialize production terraform backend --- config/production.tfbackend | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 config/production.tfbackend diff --git a/config/production.tfbackend b/config/production.tfbackend new file mode 100644 index 0000000..3fce4bc --- /dev/null +++ b/config/production.tfbackend @@ -0,0 +1,4 @@ +bucket = "production-production-1c1362d9ef6afe0b" +endpoint = "https://sfo3.digitaloceanspaces.com" +key = "terraform.tfstate" +region = "sfo3"