diff --git a/AWS/Terraform/modules/exchange/main.tf b/AWS/Terraform/modules/exchange/main.tf index 8fb10e5..6c6820c 100644 --- a/AWS/Terraform/modules/exchange/main.tf +++ b/AWS/Terraform/modules/exchange/main.tf @@ -1,3 +1,8 @@ +# Shouldnt need this but alas: https://github.com/hashicorp/terraform-provider-aws/issues/14917 +provider "aws" { + region = var.region +} + resource "aws_instance" "exchange" { instance_type = "t3.xlarge"