starhawking / python-terrascript

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

Added support to syntax 'ts.add' #34

Closed nielsonsantana closed 6 years ago

nielsonsantana commented 6 years ago

As discussed in issue 33 (https://github.com/mjuenema/python-terrascript/issues/33), this change add support to ts.add syntax.

codecov-io commented 6 years ago

Codecov Report

Merging #34 into issue33 will decrease coverage by 0.25%. The diff coverage is 50%.

Impacted file tree graph

@@            Coverage Diff             @@
##           issue33     #34      +/-   ##
==========================================
- Coverage    98.75%   98.5%   -0.26%     
==========================================
  Files          138     138              
  Lines         2338    2342       +4     
==========================================
- Hits          2309    2307       -2     
- Misses          29      35       +6
Impacted Files Coverage Δ
terrascript/__init__.py 93.08% <50%> (-3.7%) :arrow_down:

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 f8878e5...99d70c4. Read the comment docs.

nielsonsantana commented 6 years ago

You early implemented the request. Very fast!!! Closing this pull request.