Files

8 lines
134 B
Terraform

terraform {
backend "s3" {
bucket = "a13labs.infra.eu"
key = "k8sapps.core.infra.tfstate"
region = "eu-west-1"
}
}