starhawking / python-terrascript

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

add support for hashicorp/time provider #165

Closed bkez322 closed 3 years ago

bkez322 commented 3 years ago

Hello. Thanks for the work done maintaining this project.

I've encountered a use-case where having python-terrascript support the hashicorp/time provider would be useful to me.

https://registry.terraform.io/providers/hashicorp/time/latest https://github.com/hashicorp/terraform-provider-time

I could make an attempt at a PR for this.