Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 579 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 579 Bytes

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.