Skip to content

Commit fa35957

Browse files
authored
fix(readme): update it and mark as beta (#3)
* fix(readme): update it and mark as beta * add cloud link * readme update
1 parent f0e9bde commit fa35957

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# terraform-provider-dfcloud
22

3+
Dragonfly Cloud terraform provider is a terraform provider for managing resources in [Dragonfly Cloud](https://dragonflydb.cloud/).
4+
5+
This provider is currently in *beta*. Feel free to try it out and provide feedback through issues.
6+
7+
## Installation
8+
39
Run the setup script to download the provider into your local terraform folder:
410

511
```bash
@@ -9,3 +15,5 @@ wget -qO- https://raw.githubusercontent.com/dragonflydb/terraform-provider-dfclo
915

1016
curl https://raw.githubusercontent.com/dragonflydb/terraform-provider-dfcloud/refs/heads/main/setup.sh| sh
1117
```
18+
19+
Documentation for this provider and its resources is available in the [docs](./docs) folder, while usage examples are provided in the [examples](./examples) folder.

0 commit comments

Comments
 (0)