Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/guancecloud/iacker-guance
The Iacker specification describes Guance cloud resources
https://github.com/guancecloud/iacker-guance
guance iacker
Last synced: about 1 month ago
JSON representation
The Iacker specification describes Guance cloud resources
- Host: GitHub
- URL: https://github.com/guancecloud/iacker-guance
- Owner: GuanceCloud
- License: mit
- Created: 2023-10-10T06:12:46.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-25T08:41:16.000Z (about 1 year ago)
- Last Synced: 2023-10-26T04:21:31.418Z (about 1 year ago)
- Topics: guance, iacker
- Language: CUE
- Homepage:
- Size: 858 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Guance Cloud Resources Specification
![banner](./artwork/banner.jpeg)
This is the Guance specification written by [Iacker](https://github.com/GuanceCloud/iacker). It describe all the resources that Guance provides.
## Distribution
| Registry | State | Import |
| --- | --- | --- |
| [![Static Badge](https://img.shields.io/badge/Godoc-gray?style=flat-square&logo=go)](https://pkg.go.dev/github.com/GuanceCloud/iacker-guance) | Active | `go get github.com/GuanceCloud/iacker-guance` |
| [![Static Badge](https://img.shields.io/badge/Protobuf-gray?style=flat-square&logo=go)](https://buf.build/guancecloud/iacker-guance) | Active | Edit buf.yaml & Run `buf mod update` |## Managed Providers
| Target | State | Documentation |
| --- | --- | --- |
| [Terraform](https://github.com/GuanceCloud/terraform-provider-guance) | Active | [![Static Badge](https://img.shields.io/badge/Terraform-gray?style=flat-square&logo=terraform)](https://registry.terraform.io/providers/GuanceCloud/guance/latest) |
| [KubeVela](https://github.com/GuanceCloud/kubevela-addon-guance) | Prototype | |
| [Crossplane](https://github.com/GuanceCloud/crossplane-provider-guance) | Prototype | |## Contributing
**Install Iacker**
```bash
go install github.com/GuanceCloud/iacker/cmd/iacker
```**Modify the specification**
Change the resource specification at [resources](./spec/resources/).
**Generate the target code**
```bash
iacker generate
```Commit all the code.
## License
[MIT License](./LICENSE)