diff --git a/Orchestration/terraform/main.tf b/Orchestration/terraform/main.tf index e6c134886..a1cb0aeea 100644 --- a/Orchestration/terraform/main.tf +++ b/Orchestration/terraform/main.tf @@ -2,3 +2,11 @@ provider "aws" { profile = "default" region = "us-east-1" } + +terraform { + backend "s3" { + bucket = "three-one-one" + key = "terraform/backend" + region = "us-east-1" + } +}