mirror of
https://github.com/hashicorp/terraform.git
synced 2026-02-18 10:20:20 -05:00
the SDK updates includes an fix for the image cache, which might lead to wrong images ids being returned on lookup... |
||
|---|---|---|
| .. | ||
| api.go | ||
| cache.go | ||
| logger.go | ||
| README.md | ||
Scaleway's API
This package contains facilities to play with the Scaleway API, it includes the following features:
- dedicated configuration file containing credentials to deal with the API
- caching to resolve UUIDs without contacting the API
Links
- API documentation
- Official Python SDK
- Projects using this SDK
- https://github.com/scaleway/devhub
- https://github.com/scaleway/docker-machine-driver-scaleway
- https://github.com/scaleway-community/scaleway-ubuntu-coreos/blob/master/overlay/usr/local/update-firewall/scw-api/cache.go
- https://github.com/pulcy/quark
- https://github.com/hex-sh/terraform-provider-scaleway
- https://github.com/tscolari/bosh-scaleway-cpi
- Other golang clients