mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-28 20:21:48 +01:00
Removing 2 providers from the module (#168)
This commit is contained in:
@@ -15,6 +15,7 @@ project adheres to [Semantic Versioning](http://semver.org/).
|
|||||||
|
|
||||||
- Remove aws_iam_service_linked_role (by @max-rocket-internet)
|
- Remove aws_iam_service_linked_role (by @max-rocket-internet)
|
||||||
- Adjust the order and correct/update the ec2 instance type info. (@chenrui333)
|
- 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]
|
## [[v1.7.0](https://github.com/terraform-aws-modules/terraform-aws-eks/compare/v1.6.0...v1.7.0)] - 2018-10-09]
|
||||||
|
|
||||||
|
|||||||
2
main.tf
2
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.
|
* MIT Licensed. See [LICENSE](https://github.com/terraform-aws-modules/terraform-aws-eks/tree/master/LICENSE) for full details.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
provider "null" {}
|
|
||||||
provider "template" {}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user