vps/tf-infra/contabo/versions.tf
2024-07-13 17:20:08 +02:00

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"
}
}