For internal use only, no support provided
The Runscope provider is used to interact with the resources supported by Runscope.
Add into your Terraform configuration this code:
terraform {
required_providers {
runscope = {
source = "Storytel/runscope"
version = ">= 0.14.0"
}
}
}
and run terraform init
Read the documentation on Terraform Registry site.