Skip to content

Terraform provider for Runscope

License

Notifications You must be signed in to change notification settings

Storytel/terraform-provider-runscope

Repository files navigation

Terraform Runscope Provider

For internal use only, no support provided

The Runscope provider is used to interact with the resources supported by Runscope.

Usage Terraform 0.13+

Add into your Terraform configuration this code:

terraform {
  required_providers {
    runscope = {
      source = "Storytel/runscope"
      version = ">= 0.14.0"
    }
  }
}

and run terraform init

Usage

Read the documentation on Terraform Registry site.