https://github.com/silk-us/terraform-provider-silk
Terraform Provider for the Silk Cloud Data Platform
https://github.com/silk-us/terraform-provider-silk
go terraform
Last synced: 24 days ago
JSON representation
Terraform Provider for the Silk Cloud Data Platform
- Host: GitHub
- URL: https://github.com/silk-us/terraform-provider-silk
- Owner: silk-us
- License: mit
- Created: 2020-07-29T19:19:15.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-02-28T16:22:18.000Z (about 1 year ago)
- Last Synced: 2025-04-05T08:11:36.293Z (about 2 months ago)
- Topics: go, terraform
- Language: Go
- Homepage:
- Size: 91.7 MB
- Stars: 3
- Watchers: 0
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Silk Terraform Provider
- Website: https://www.terraform.io
- [](https://gitter.im/hashicorp-terraform/Lobby)
- Mailing list: [Google Groups](http://groups.google.com/group/terraform-tool)# Quick Start
Installation and Usage information can be found in the Silk Terraform Provider [Quick Start Guide](https://github.com/silk-us/silk-terraform-provider/blob/master/docs/quick_start.md).
# Release
Place the appropriate binary from the release into the localdomain location for your terraform plugins. For example:
```
mv terraform-provider-silk_1.0.9_linux_amd64 ~/.terraform.d/plugins/localdomain/provider/silk/1.0.9/linux_amd64/terraform-provider-silk
```# Build
Makefile is included, simply unzip the file and run `make` or `make install`. Requires `Go`.
# Documentation
* [Provider](https://github.com/silk-us/silk-terraform-provider/tree/master/docs)
* [silk_host](https://github.com/silk-us/silk-terraform-provider/blob/master/docs/silk_host.md)
* [silk_host_group](https://github.com/silk-us/silk-terraform-provider/blob/master/docs/silk_host_group.md)
* [silk_volume](https://github.com/silk-us/silk-terraform-provider/blob/master/docs/silk_volume.md)
* [silk_volume_group](https://github.com/silk-us/silk-terraform-provider/blob/master/docs/silk_volume_group.md)
* [silk_retention_policy](https://github.com/silk-us/terraform-provider-silk/blob/master/docs/silk_retention_policy.md)
* [silk_capacity_policy](https://github.com/silk-us/terraform-provider-silk/blob/master/docs/silk_capacity_policy.md)