Fix terraform verify test
This commit is contained in:
@@ -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"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user