https://github.com/upcloudltd/terraform-provider-upcloud
Terraform provider for UpCloud
https://github.com/upcloudltd/terraform-provider-upcloud
golang infrastructure-as-code terraform terraform-provider upcloud
Last synced: 3 months ago
JSON representation
Terraform provider for UpCloud
- Host: GitHub
- URL: https://github.com/upcloudltd/terraform-provider-upcloud
- Owner: UpCloudLtd
- License: mit
- Created: 2017-09-27T05:17:48.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-10-30T02:49:48.000Z (8 months ago)
- Last Synced: 2024-10-30T05:12:04.950Z (8 months ago)
- Topics: golang, infrastructure-as-code, terraform, terraform-provider, upcloud
- Language: Go
- Homepage: https://registry.terraform.io/providers/UpCloudLtd/upcloud
- Size: 30.6 MB
- Stars: 60
- Watchers: 14
- Forks: 31
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# UpCloud Terraform Provider
This Terraform plugin allows managing different [UpCloud products](https://upcloud.com/products) with
terraform.## Documentation
Documentation is available in OpenTofu and Terraform registries:
- https://search.opentofu.org/provider/upcloudltd/upcloud/latest
- https://registry.terraform.io/providers/UpCloudLtd/upcloud/latest/docsFor more examples, check the [examples](examples/) directory
## Developing the Provider
See [DEVELOPING.md](DEVELOPING.md) for instructions on how to develop and debug the UpCloud provider.