mirror of
https://github.com/Noratrieb/vps.git
synced 2026-01-14 08:45:02 +01:00
13 lines
244 B
HCL
13 lines
244 B
HCL
terraform {
|
|
required_providers {
|
|
contabo = {
|
|
source = "contabo/contabo"
|
|
version = "~> 0.1.23"
|
|
}
|
|
}
|
|
backend "s3" {
|
|
bucket = "nilstrieb-states"
|
|
key = "contabo-terraform.tfstate"
|
|
region = "eu-central-1"
|
|
}
|
|
}
|