From e802887188746976297f3fa2353d0f55dd655531 Mon Sep 17 00:00:00 2001 From: Sobha Nair <45685265+snair20@users.noreply.github.com> Date: Thu, 1 Apr 2021 13:48:23 +1300 Subject: [PATCH] Refactor SSH Key for Terraform Enterprise --- main.tf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main.tf b/main.tf index 5b367d1..67a3a36 100644 --- a/main.tf +++ b/main.tf @@ -2,6 +2,8 @@ provider "aws" { access_key = "" secret_key = "" region = "" + # MODIFY this line to look for 2.27.0 or greater + version = ">= 2.27.0" } resource "aws_instance" "web" {