Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Terraform files (https://www.terraform.io/) #42

Merged
merged 2 commits into from
Sep 28, 2017
Merged

Add support for Terraform files (https://www.terraform.io/) #42

merged 2 commits into from
Sep 28, 2017

Conversation

adamatan
Copy link
Contributor

Terraform is a popular declarative language for cloud resource provisioning ("infrastructure as code").
I'd be happy to see .tf support in pss, as I search them a lot.

psslib/driver.py Outdated
@@ -143,6 +143,8 @@
TypeSpec(['.tck', '.itcl', '.itk'], []),
'td': # short-name for --tablegen
TypeSpec(['.td'], []),
'terraform':
TypeSpec(['.tf']. []),
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This line has invalid syntax, CI is failing

@adamatan
Copy link
Contributor Author

My bad, sorry. Fixed.

@eliben eliben merged commit a610ab2 into eliben:master Sep 28, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants