Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 383 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 383 Bytes

Terraply

A thin terraform wrapper that expands the -target argument using glob syntax and adds an -exclude argument.

Install

You must have terraform installed. Then:

pip install terraply

Examples

terraply apply -target module.child-module-*.resource
terraply apply -target module.child-module-*.resource --exclude module.child-module-5