Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 926 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 926 Bytes

terraform-provider-dfcloud

Dragonfly

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.

Installation

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.