https://github.com/multycloud/terraform-provider-multy
Terraform Provider for Multy
https://github.com/multycloud/terraform-provider-multy
aws azure cloud go infrastructure-as-code terraform terraform-provider
Last synced: 5 months ago
JSON representation
Terraform Provider for Multy
- Host: GitHub
- URL: https://github.com/multycloud/terraform-provider-multy
- Owner: multycloud
- License: mpl-2.0
- Created: 2022-03-16T20:41:14.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-12-14T15:04:36.000Z (over 3 years ago)
- Last Synced: 2024-11-16T02:15:00.056Z (over 1 year ago)
- Topics: aws, azure, cloud, go, infrastructure-as-code, terraform, terraform-provider
- Language: Go
- Homepage: https://multy.dev
- Size: 625 KB
- Stars: 35
- Watchers: 3
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Multy Terraform Provider
Terraform provider to manage the lifecycle of Multy resources.
Multy: [https://multy.dev](https://multy.dev/?ref=multy-gh-tf-repo)
Documentation: [https://registry.terraform.io/providers/multycloud/multy/latest/docs](https://registry.terraform.io/providers/multycloud/multy/latest/docs?ref=multy-gh-tf-repo)
### Test
---
First, build and install the provider.
```
$ make install
```
Then, navigate to the examples directory.
```
$ cd examples
```
Run the following command to initialize the workspace and apply the sample configuration.
```
$ terraform init && terraform apply
```
### Getting started
---
To get started, have a look at our contributing guide, overview document and join us on
discord!
Contributing guide: [CONTRIBUTING.md](./CONTRIBUTING.md)
Repo overview: [OVERVIEW.md](./.github/overview.md)
Discord Channel: [https://discord.gg/rgaKXY4tCZ](https://discord.gg/rgaKXY4tCZ)