Closed red8888 closed 4 years ago
Open to a pull request adding this functionality if it is desired.
Closing, as this functionality can accomplished with grep
.
terraform plan ... | landscape | grep -E '[~+-] [a-zA-Z0-9_-]+'
Note: this could be refined further, but the general idea works.
doesnt seem like it takes any args yet so this is probably a feature request
Can it just show me the names of resources that are going to be changed/deleted/added?