Removing 2 providers from the module (#168)

This commit is contained in:
Max Williams
2018-10-17 13:02:57 +02:00
committed by GitHub
parent b15e1d7e95
commit 88f8509e38
2 changed files with 1 additions and 2 deletions

View File

@@ -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]

View File

@@ -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" {}