From 88f8509e382aefb2ea1f7e7e998253e346356cff Mon Sep 17 00:00:00 2001 From: Max Williams Date: Wed, 17 Oct 2018 13:02:57 +0200 Subject: [PATCH] Removing 2 providers from the module (#168) --- CHANGELOG.md | 1 + main.tf | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b74e52..2e6407d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ project adheres to [Semantic Versioning](http://semver.org/). - Remove aws_iam_service_linked_role (by @max-rocket-internet) - Adjust the order and correct/update the ec2 instance type info. (@chenrui333) +- Removed providers from `main.tf`. (by @max-rocket-internet) ## [[v1.7.0](https://github.com/terraform-aws-modules/terraform-aws-eks/compare/v1.6.0...v1.7.0)] - 2018-10-09] diff --git a/main.tf b/main.tf index c4d5887..39576cd 100644 --- a/main.tf +++ b/main.tf @@ -96,5 +96,3 @@ * MIT Licensed. See [LICENSE](https://github.com/terraform-aws-modules/terraform-aws-eks/tree/master/LICENSE) for full details. */ -provider "null" {} -provider "template" {}