minamijoyo / tfupdate

Update version constraints in your Terraform configurations
MIT License
542 stars 23 forks source link

Fix panic when version key is quoted #52

Closed minamijoyo closed 2 years ago

minamijoyo commented 2 years ago

Fixes #51

Although not explicitly stated in the required_providers documentation, a TokenQuotedLit is also valid token for version. Strict speaking there are more variants because the left hand side of object key accepts an expression in HCL. For accurate implementation, it should be implemented using the original parser.