Steampipe Plugin Tfe

Use SQL to query workspaces, runs and more from Terraform Cloud/Enterprise. Open source CLI. No DB required.
Alternatives To Steampipe Plugin Tfe
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Devops Exercises43,460
4 days ago14otherPython
Linux, Jenkins, AWS, SRE, Prometheus, Docker, Python, Ansible, Git, Kubernetes, Terraform, OpenStack, SQL, NoSQL, Azure, GCP, DNS, Elastic, Network, Virtualization. DevOps Interview Questions
Steampipe5,28135 hours ago352September 20, 2022245agpl-3.0Go
Use SQL to instantly query your cloud services (AWS, Azure, GCP and more). Open source CLI. No DB required.
Terraform Google Sql Db229
2 days ago33apache-2.0HCL
Creates a Cloud SQL database instance
Terraform Google Sql86
2 months agoapache-2.0Go
Terraform modules for deploying Google Cloud SQL (e.g. MySQL, PostgreSQL) in GCP
Citrix Vad Lab55
6 months ago1PowerShell
Build a Citrix Virtual Apps and Desktop environment with Ansible and Terraform
Devops Books25
15 days agomit
Curated DevOps Books
Terraform Provider Mssql24
6 months ago15mitGo
Terraform provider for Microsoft SQL Server
Steampipe Plugin Terraform21
2 months ago7February 14, 20221apache-2.0Go
Use SQL to instantly query resources, data sources and more from Terraform code. Open source CLI. No DB required.
Azure Vdc18
10 months agomitJavaScript
Automated VDC on Azure
Steampipe Mod Terraform Aws Compliance16
6 months ago2apache-2.0HCL
Run compliance and security controls to detect Terraform AWS resources deviating from security best practices prior to deployment.
Alternatives To Steampipe Plugin Tfe
Select To Compare


Alternative Project Comparisons
Readme

image

Terraform Enterprise Plugin for Steampipe

Use SQL to query workspaces, runs, users and more from Terraform Enterprise.

Quick start

Install the plugin with Steampipe:

steampipe plugin install tfe

Run a query:

select
  name,
  execution_mode,
  resource_count
from
  tfe_workspace;

Developing

Prerequisites:

Clone:

git clone https://github.com/turbot/steampipe-plugin-tfe.git
cd steampipe-plugin-tfe

Build, which automatically installs the new version to your ~/.steampipe/plugins directory:

make

Configure the plugin:

cp config/* ~/.steampipe/config
vi ~/.steampipe/config/tfe.spc

Try it!

steampipe query
> .inspect tfe

Further reading:

Contributing

Please see the contribution guidelines and our code of conduct. All contributions are subject to the Apache 2.0 open source license.

help wanted issues:

Popular Terraform Projects
Popular Sql Projects
Popular Configuration Management Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Go
Postgresql
Sql
Terraform