mirror of
https://github.com/Noratrieb/vps.git
synced 2026-01-14 16:55:00 +01:00
use s3 backend
This commit is contained in:
parent
da409f8d23
commit
776e4fb1cf
1 changed files with 5 additions and 0 deletions
|
|
@ -5,6 +5,11 @@ terraform {
|
||||||
version = "~> 5.35.0"
|
version = "~> 5.35.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
backend "s3" {
|
||||||
|
bucket = "nilstrieb-states"
|
||||||
|
key = "aws-terraform.tfstate"
|
||||||
|
region = "eu-central-1"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
provider "aws" {
|
provider "aws" {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue