Dragonfly Cloud terraform provider is a terraform provider for managing resources in Dragonfly Cloud.
This provider is currently in beta. Feel free to try it out and provide feedback through issues.
Run the setup script to download the provider into your local terraform folder:
wget -qO- https://raw.githubusercontent.com/dragonflydb/terraform-provider-dfcloud/refs/heads/main/setup.sh | sh
# or
curl https://raw.githubusercontent.com/dragonflydb/terraform-provider-dfcloud/refs/heads/main/setup.sh| sh
Documentation for this provider and its resources is available in the docs folder, while usage examples are provided in the examples folder.