From 4ee8889c8b1bcd830e9d4440d7f37c388d1a8e42 Mon Sep 17 00:00:00 2001 From: Jon Benson Date: Tue, 17 Jul 2018 12:51:56 -0700 Subject: [PATCH] Remove providers --- main.tf | 4 ---- 1 file changed, 4 deletions(-) diff --git a/main.tf b/main.tf index 5f0a906..7ed30b0 100644 --- a/main.tf +++ b/main.tf @@ -2,10 +2,6 @@ terraform { required_version = ">= 0.11.5" } -provider "aws" { - version = "~> 1.12" -} - # https://www.consul.io/docs/agent/options.html#ports resource "aws_security_group" "consul_client" { count = "${var.create ? 1 : 0}"