starhawking / python-terrascript

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

Update resources #67

Closed ryanwalder closed 5 years ago

ryanwalder commented 5 years ago

Automatically updated using the makecode.py script.

Needed to do this for some new AWS resources for myself, though I'd make a PR.

nielsonsantana commented 5 years ago

Hi @ryanwalder. Great!! Did you commited the makescript.py?

ryanwalder commented 5 years ago

@nielsonsantana I just used makecode.py in the root of the repo, looks like it reads from PROVIDERS then grabs things from github and outputs the code. I'm assuming this works?

nielsonsantana commented 5 years ago

@ryanwalder, You are right! I didn't saw this file. I was building a script to automate it and I didn't realize that there a makescript.py to update resources.

mjuenema commented 5 years ago

Thanks, everyone.