The Upstash Terraform Provider lets you manage Upstash Redis and Kafka resources programmatically.
You can find the Github Repository for the Terraform Provider here.
email
is your registered email in Upstash.
api_key
can be generated from Upstash Console. For more information please check our docs.
Here example code snippet that creates database:
To import resources created outside of the terraform provider, simply create the resource in .tf file as follows:
after this, you can run the command:
Above example is given for an Upstash Redis database. You can import all of the resources by changing the resource type and providing the resource id.
You can check full spec and doc from here.
If you need support then you can ask your questions Upstash Team in upstash.com chat widget.
There is also discord channel available for community. Please check here for more information.
The Upstash Terraform Provider lets you manage Upstash Redis and Kafka resources programmatically.
You can find the Github Repository for the Terraform Provider here.
email
is your registered email in Upstash.
api_key
can be generated from Upstash Console. For more information please check our docs.
Here example code snippet that creates database:
To import resources created outside of the terraform provider, simply create the resource in .tf file as follows:
after this, you can run the command:
Above example is given for an Upstash Redis database. You can import all of the resources by changing the resource type and providing the resource id.
You can check full spec and doc from here.
If you need support then you can ask your questions Upstash Team in upstash.com chat widget.
There is also discord channel available for community. Please check here for more information.