starhawking / python-terrascript

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

Add 'null' provider #69

Closed nielsonsantana closed 5 years ago

nielsonsantana commented 5 years ago

The Null provider can be used in times when you want create a trigger to do something. E.g. after servers be created to build a cluster. https://www.terraform.io/docs/providers/null/index.html

nielsonsantana commented 5 years ago

Hi @mjuenema. The test case for python 3.3 is broken. Python 3.3 isn't available anymore on travis-ci.org. Travis-ci can't download the python-3.3 binary(https://travis-ci.org/mjuenema/python-terrascript/jobs/557490048). Can I fix on this branch or do you prefer that I send another PR.

mjuenema commented 5 years ago

@nielsonsantana Please fix it either way. I don’t mind. Thanks.

nielsonsantana commented 5 years ago

@mjuenema, done.