starhawking / python-terrascript

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

null provider missing in 0.8.0 #103

Closed giovtorres closed 4 years ago

giovtorres commented 4 years ago

While upgrading from 0.6.0 to 0.8.0, I noticed there is no terrascript.provider.null to create a null provider.

I previously had:

NULL = provider("null", version="~> 2.1")

Is there an equivalent for using the null provider in 0.8.0?