starhawking / python-terrascript

Create Terraform files using Python scripts.
BSD 2-Clause "Simplified" License
516 stars 76 forks source link

Added support for aws_eks_cluster #50

Closed spuzirev closed 6 years ago

spuzirev commented 6 years ago

Hello.

Thanks for a great library, it made my life with wall of TF-manifests much easier!

Currently AWS supports also EKS clusters, so I've added only 4 lines to support it.

codecov-io commented 6 years ago

Codecov Report

Merging #50 into master will increase coverage by <.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #50      +/-   ##
==========================================
+ Coverage   98.77%   98.77%   +<.01%     
==========================================
  Files         138      138              
  Lines        2358     2362       +4     
==========================================
+ Hits         2329     2333       +4     
  Misses         29       29
Impacted Files Coverage Δ
terrascript/aws/d.py 100% <100%> (ø) :arrow_up:
terrascript/aws/r.py 100% <100%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update c3edb2f...fe10129. Read the comment docs.

spuzirev commented 6 years ago

Closing in favor to https://github.com/mjuenema/python-terrascript/pull/51