enable backups

main
Alpha Chen 1 year ago
parent 2ce25ecc08
commit 012f7cd6cf
Signed by: alpha
SSH Key Fingerprint: SHA256:3fOT8fiYQG/aK9ntivV3Bqtg8AYQ7q4nV6ZgihOA20g

@ -27,6 +27,7 @@ resource "linode_instance" "lotus_land_story" {
region = "us-west" region = "us-west"
type = "g6-nanode-1" type = "g6-nanode-1"
authorized_keys = split("\n", chomp(data.http.github_keys.response_body)) authorized_keys = split("\n", chomp(data.http.github_keys.response_body))
backups_enabled = true
} }
resource "linode_volume" "lotus_land_story" { resource "linode_volume" "lotus_land_story" {

Loading…
Cancel
Save