mirror of
https://github.com/ent/ent.git
synced 2026-05-24 09:31:56 +03:00
Summary: terraform changes already applied Reviewed By: a8m Differential Revision: D16752076 fbshipit-source-id: b3ccf1c827f6d918c6507f2978c3b497533ab725
11 lines
224 B
HCL
11 lines
224 B
HCL
terraform {
|
|
backend "s3" {
|
|
bucket = "entgo.tfstate"
|
|
region = "eu-central-1"
|
|
key = "terraform.tfstate"
|
|
dynamodb_table = "entgo.terraform.lock"
|
|
}
|
|
|
|
required_version = "> 0.12"
|
|
}
|