From 8dbec96edab6832ca14fd7a7b2122ed969a402ee Mon Sep 17 00:00:00 2001 From: Scott Thornton <38704968+scthornton@users.noreply.github.com> Date: Tue, 29 Sep 2020 06:31:29 -0400 Subject: [PATCH] Update main.tf --- main.tf | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/main.tf b/main.tf index 5b367d1..fa67ff3 100644 --- a/main.tf +++ b/main.tf @@ -1,9 +1,4 @@ provider "aws" { - access_key = "" - secret_key = "" - region = "" -} - -resource "aws_instance" "web" { - # ... + # MODIFY this line to look for 2.27.0 or greater + version = ">= 2.27.0" }