Files

8 lines
135 B
Terraform
Raw Permalink Normal View History

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