Live data from Hacker News

Show HN: Terraform Provider to manage Linux machine via SSH

registry.terraform.io

1–4 of 4 posts

Re: Show HN: Terraform Provider to manage Linux machine via SSH

#4

Any particular reason you did not organize/name your resource files in the same style as most of the Hashicorp maintained providers? Also have you seen the `validation` helper package? Has some great ways to catch user input errors at plan time

Did you mean prefixing filename with resource_ or datasource_ ?. Well i just like to keeps related things close to each other, but at the same time prefer smaller files.

Just seen it now, maybe will use them in the next iteration.

Thanks for the comment btw, this is my first post here.