From 93e565fead3e4299aa7ce83b8f1e2cdf4667bacc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Mon, 27 Jan 2020 21:06:08 +0100 Subject: [PATCH] drop unused dns provider MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub SokoĊ‚owski --- main.tf | 2 -- 1 file changed, 2 deletions(-) diff --git a/main.tf b/main.tf index 5638d52..d0b4c69 100644 --- a/main.tf +++ b/main.tf @@ -1,7 +1,5 @@ /* DERIVED --------------------------------------*/ -provider "dns" {} - provider "aws" { region = "us-east-1" access_key = var.aws_access_key