Storytel / terraform-provider-runscope

Terraform provider for Runscope

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Terraform provider for Runscope

License:Other


Languages

Language:Go 99.6%Language:Makefile 0.4%