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

https://github.com/yugabyte/terraform-provider-ybm

Terraform Provider for YugabyteDB Aeon (database-as-a-service)
https://github.com/yugabyte/terraform-provider-ybm

terraform terraform-provider ybm yugabyte yugabytedb yugabytedb-managed

Last synced: 5 months ago
JSON representation

Terraform Provider for YugabyteDB Aeon (database-as-a-service)

Awesome Lists containing this project

README

          

# YugabyteDB Aeon Terraform Provider

Terraform Provider for YugabyteDB Aeon

## Build Provider

Run the following command to build the provider

```shell
make install
```

## Generate Documentation

To generate documentation

```shell
make doc
```

## Debugging

Please read [Debugging help](./DEBUGGING.md)

## Release to Terraform Public Registry

Prerelease versions are supported (available if explicitly defined but not chosen automatically) with a hyphen (-) delimiter, such as v1.2.3-pre. More information can be found [here](https://www.terraform.io/registry/providers/publishing#creating-a-github-release).