Files
ent/doc/tf/providers.tf
Alex Snast fd91886c2c adding docs tf deployment
Reviewed By: a8m

Differential Revision: D16709221

fbshipit-source-id: fb946974eb13319c1c30597ecadc93d76056761e
2019-08-08 06:58:09 -07:00

5 lines
67 B
HCL

provider "aws" {
region = "eu-central-1"
version = "~> 2.0"
}