Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/girdharshubham/terraform-provider-kalix


https://github.com/girdharshubham/terraform-provider-kalix

kalix kalixio

Last synced: about 1 month ago
JSON representation

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
```