starhawking / python-terrascript

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

Add time provider #166

Closed bkez322 closed 3 years ago

bkez322 commented 3 years ago

Added

closes: #165

mjuenema commented 3 years ago

Thanks @bkez322 for the Pull Request. I am going to merge it into Develop. I am currently working on generating the code for all (well, most!) providers automatically from information available on the Terraform Provider Registry. I have to check whether the time provider will be included then. It should be.

mjuenema commented 3 years ago

Hi @bkez322. The develop branch now contains code that is auto-generated from the information fetched from the Terraform Provider Registry. The time provider is now also automatically generated, overwriting your previous Pull Request. You may want to check whether the result is still compatible with your requirements.

bkez322 commented 3 years ago

The code I see in place for the time provider on the develop branch looks good to me. Thanks for the heads up.