https://github.com/quortex/terraform-provider-quortex
A terraform provider for Quortex APIs.
https://github.com/quortex/terraform-provider-quortex
terraform
Last synced: 2 months ago
JSON representation
A terraform provider for Quortex APIs.
- Host: GitHub
- URL: https://github.com/quortex/terraform-provider-quortex
- Owner: quortex
- License: apache-2.0
- Created: 2021-03-16T13:55:21.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-06-29T18:46:06.000Z (over 2 years ago)
- Last Synced: 2023-08-12T01:08:05.372Z (over 2 years ago)
- Topics: terraform
- Language: Go
- Homepage: https://registry.terraform.io/providers/quortex/quortex/latest/docs
- Size: 120 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Terraform Provider Quortex
The Terraform Quortex provider is a plugin for Terraform that allows the full configuration of quortex solution.
This provider is maintained internally by the Quortex team.
## Documentation
Full, comprehensive documentation is available on the Terraform website:
https://registry.terraform.io/providers/quortex/quortex/latest/docs
## Build provider
Run the following command to build the provider
```shell
$ go build -o terraform-provider-quortex
```
## Test sample configuration
First, build and install the provider.
```shell
$ make install
```
Then, navigate to the `examples/development` directory.
```shell
$ cd examples/development
```
Run the following command to initialize the workspace and apply the sample configuration.
```shell
$ terraform init && terraform apply
```