{"id":13513975,"url":"https://github.com/turbot/terraform-provider-steampipecloud","last_synced_at":"2025-03-31T02:33:11.488Z","repository":{"id":39586650,"uuid":"433904090","full_name":"turbot/terraform-provider-steampipecloud","owner":"turbot","description":"Terraform Steampipe Cloud provider","archived":true,"fork":false,"pushed_at":"2023-07-28T07:54:01.000Z","size":268,"stargazers_count":7,"open_issues_count":1,"forks_count":1,"subscribers_count":9,"default_branch":"main","last_synced_at":"2024-11-01T17:37:10.413Z","etag":null,"topics":["deprecated","steampipe","steampipe-cloud","terraform","terraform-provider"],"latest_commit_sha":null,"homepage":"https://registry.terraform.io/providers/turbot/steampipecloud/latest","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/turbot.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-12-01T16:33:11.000Z","updated_at":"2023-07-28T09:42:20.000Z","dependencies_parsed_at":"2024-06-20T00:14:25.176Z","dependency_job_id":"30b03f11-4d09-4b7b-a9bd-2f78094c7879","html_url":"https://github.com/turbot/terraform-provider-steampipecloud","commit_stats":{"total_commits":59,"total_committers":5,"mean_commits":11.8,"dds":0.576271186440678,"last_synced_commit":"ebfa5e75323575461283984850bbee5b4533a398"},"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/turbot%2Fterraform-provider-steampipecloud","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/turbot%2Fterraform-provider-steampipecloud/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/turbot%2Fterraform-provider-steampipecloud/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/turbot%2Fterraform-provider-steampipecloud/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/turbot","download_url":"https://codeload.github.com/turbot/terraform-provider-steampipecloud/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246407400,"owners_count":20772126,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["deprecated","steampipe","steampipe-cloud","terraform","terraform-provider"],"created_at":"2024-08-01T05:00:41.576Z","updated_at":"2025-03-31T02:33:07.168Z","avatar_url":"https://github.com/turbot.png","language":"Go","funding_links":[],"categories":["Go"],"sub_categories":[],"readme":"# :warning: DEPRECATED\n\nThe Steampipe Cloud provider has been deprecated. Please use the [Turbot Pipes provider](https://registry.terraform.io/providers/turbot/pipes) instead. This was part of our [renaming](https://turbot.com/blog/2023/07/introducing-turbot-guardrails-and-pipes) of Steampipe Cloud to Turbot Pipes.\n\n---\n# Terraform Steampipe Cloud provider\n\n- Terraform: https://www.terraform.io\n- Steampipe: https://steampipe.io\n- Steampipe Cloud: https://cloud.steampipe.io\n- Community: [Steampipe Slack](https://steampipe.io/community/join)\n\n## Requirements\n\n- [Terraform](https://www.terraform.io/downloads.html) 0.10.x\n- [Go](https://golang.org/doc/install) 1.14 (to build the provider plugin)\n\n## Building The Provider\n\nClone repository to: `$GOPATH/src/github.com/turbot/terraform-provider-steampipecloud`\n\n```sh\n$ export GOPATH=$(go env GOPATH)\n$ mkdir -p $GOPATH/src/github.com/turbot; cd $GOPATH/src/github.com/turbot\n$ git clone git@github.com:turbot/terraform-provider-steampipecloud\n```\n\nEnter the provider directory and build the provider\n\n```sh\n$ cd $GOPATH/src/github.com/turbot/terraform-provider-steampipecloud\n$ make build\n```\n\n## Using the provider\n\nIf you're building the provider, follow the instructions to [install it as a plugin.](https://www.terraform.io/docs/plugins/basics.html#installing-a-plugin) After placing it into your plugins directory, run `terraform init` to initialize it.\n\nFurther [usage documentation is available on the Terraform website](https://registry.terraform.io/providers/turbot/steampipecloud/latest/docs).\n\n## Developing the Provider\n\nIf you wish to work on the provider, you'll first need [Go](http://www.golang.org) installed on your machine (version 1.8+ is _required_). You'll also need to correctly setup a [GOPATH](http://golang.org/doc/code.html#GOPATH), as well as adding `$GOPATH/bin` to your `$PATH`.\n\nTo compile the provider, run `make build`. This will build the provider and put the provider binary in the `$GOPATH/bin` directory.\n\n```sh\n$ make build\ngo build -o bin/terraform-provider-steampipecloud_0.0.1 -ldflags=\"-X github.com/turbot/terraform-provider-steampipecloud/version.ProviderVersion=0.0.1\"\n```\n\nIn order to test the provider, you can simply run `make test`.\n\n```sh\n$ make test\n```\n\nIn order to run the full suite of Acceptance tests, run `make testacc`.\n\n_Note:_ Acceptance tests create real resources, and often cost money to run.\n\n```sh\n$ make testacc\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fturbot%2Fterraform-provider-steampipecloud","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fturbot%2Fterraform-provider-steampipecloud","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fturbot%2Fterraform-provider-steampipecloud/lists"}