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)
- Host: GitHub
- URL: https://github.com/yugabyte/terraform-provider-ybm
- Owner: yugabyte
- License: apache-2.0
- Created: 2022-08-01T18:25:41.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-15T07:55:27.000Z (6 months ago)
- Last Synced: 2025-04-18T08:39:32.067Z (6 months ago)
- Topics: terraform, terraform-provider, ybm, yugabyte, yugabytedb, yugabytedb-managed
- Language: Go
- Homepage: https://registry.terraform.io/providers/yugabyte/ybm
- Size: 676 KB
- Stars: 5
- Watchers: 74
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Codeowners: CODEOWNERS
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).