You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Visit [dragonflydb.cloud](https://dragonflydb.cloud) and generate an API key with the required permissions. Then set the following environment variable before using the Terraform provider:
4
+
5
+
```bash
6
+
export DFCLOUD_API_KEY=<YOUR_API_KEY>
7
+
```
8
+
9
+
The same API key can also be set in the provider configuration block in the Terraform configuration file:
0 commit comments