starhawking / python-terrascript

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

Should try to determine the provider.go location in directory #150

Closed ilons closed 3 years ago

ilons commented 3 years ago

Changed

ilons commented 3 years ago

Here is an opportunistic approach to finding the providers.go location, which will at least avoid spitting out error for the providers currently listed (but might not generate anything meaningful for them).

ilons commented 3 years ago

@mjuenema Yes, I read it, and that would indeed be a much better solution. Meanwhile, I think it make sense to make those changes, since a rewrite wont happen overnight (for me at least :-) ).

Also, sorry about pushing more changes on the same branch after I assigned you, I'll be done for the night now tho!

mjuenema commented 3 years ago

No problem, I agree with that approach.

My day has just started...