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" {