Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/girdharshubham/terraform-provider-kalix
https://github.com/girdharshubham/terraform-provider-kalix
kalix kalixio
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/girdharshubham/terraform-provider-kalix
- Owner: girdharshubham
- License: mpl-2.0
- Created: 2024-02-08T01:27:19.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-04-19T10:00:56.000Z (8 months ago)
- Last Synced: 2024-04-19T11:24:11.379Z (8 months ago)
- Topics: kalix, kalixio
- Language: Go
- Homepage:
- Size: 92.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Terraform Provider [Kalix](https://www.kalix.io/)
## Requirements
- [Terraform](https://developer.hashicorp.com/terraform/downloads) >= 1.0
- [Go](https://golang.org/doc/install) >= 1.20```shell
go install
```## Using the provider
Fill this in for each provider
## Developing the Provider
```shell
go install # To compile the provider
go generate # To generate or update documentation
make testacc # In order to run the full suite of Acceptance tests
make testacc # In order to run the full suite of Acceptance tests
```