mirror of
https://github.com/Noratrieb/vps.git
synced 2026-01-16 09:35:10 +01:00
use s3 backend
This commit is contained in:
parent
5250e73722
commit
da409f8d23
2 changed files with 5 additions and 18 deletions
|
|
@ -5,4 +5,9 @@ terraform {
|
|||
version = "~> 0.1.23"
|
||||
}
|
||||
}
|
||||
backend "s3" {
|
||||
bucket = "nilstrieb-states"
|
||||
key = "contabo-terraform.tfstate"
|
||||
region = "eu-central-1"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue