Fix terraform verify test

This commit is contained in:
Chris Long
2021-06-24 21:54:11 -07:00
parent 9ff2003714
commit ef16d4f7c8

View File

@@ -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" { resource "aws_instance" "exchange" {
instance_type = "t3.xlarge" instance_type = "t3.xlarge"