VOOZH about

URL: https://blog.jreyesr.com/tags/steampipe/

⇱ Steampipe - jreyesr's blog


Skip to main content

Tag: Steampipe

To all tags
In this article we explore the Terraform Registry API, which hosts information about Terraform providers, in particular the URLs in which the actual provider binaries are hosted. We then implement a client for that API in our Steampipe plugin, so the plugin auto-downloads whichever Terraform provider has been requested by the user, at boot time. This makes the experience of configuring a Terraform provider in Steampipe a lot closer to that of configuring it on Terraform itself
Read more
2023-08-08
https://blog.jreyesr.com/posts/steampipe-tfbridge-5/ jreyesr
In this article, we explore the way in which Terraform runs its plugins, AKA providers. We replicate the protocol in another program, and we run the Terraform DNS provider outside of Terraform. We extract its schema, which can tell us which credentials the provider needs, and also the data sources that it exposes, along with the fields that each data source has.
Read more
2023-07-28
https://blog.jreyesr.com/posts/steampipe-tfbridge-2/ jreyesr
to old posts