From 012f7cd6cf31e85cbd27437d0f02ded200263e4c Mon Sep 17 00:00:00 2001 From: Alpha Chen Date: Sat, 8 Apr 2023 07:52:25 -0700 Subject: [PATCH] enable backups --- lotus-land-story/main.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/lotus-land-story/main.tf b/lotus-land-story/main.tf index cbf4f76..6efaeb0 100644 --- a/lotus-land-story/main.tf +++ b/lotus-land-story/main.tf @@ -27,6 +27,7 @@ resource "linode_instance" "lotus_land_story" { region = "us-west" type = "g6-nanode-1" authorized_keys = split("\n", chomp(data.http.github_keys.response_body)) + backups_enabled = true } resource "linode_volume" "lotus_land_story" {