mirror of
https://github.com/RealOrangeOne/infrastructure.git
synced 2026-01-22 18:07:05 +00:00
8 lines
160 B
HCL
8 lines
160 B
HCL
terraform {
|
|
backend "s3" {
|
|
bucket = "0rng-terraform"
|
|
key = "infrastructure/terraform.tfstate"
|
|
encrypt = true
|
|
region = "eu-west-2"
|
|
}
|
|
}
|