use s3 backend

This commit is contained in:
nora 2024-07-13 17:20:08 +02:00
parent 5250e73722
commit da409f8d23
2 changed files with 5 additions and 18 deletions

View file

@ -5,4 +5,9 @@ terraform {
version = "~> 0.1.23"
}
}
backend "s3" {
bucket = "nilstrieb-states"
key = "contabo-terraform.tfstate"
region = "eu-central-1"
}
}