/terraform-provider-runscope

Terraform runscope provider

Primary LanguageGoOtherNOASSERTION

Terraform Runscope Provider

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

Installing

Release 0.9.0 contains breaking changes in the resources. If you use the provider of versions prior to 0.8.0, first upgrade it to 0.8.0, rename deprecated properties and then upgrade further.

Starting from version 0.9.0 provider doesn't support terraform 0.11.x and early.

terraform 0.13+

Add into your Terraform configuration this code:

terraform {
  required_providers {
    runscope = {
      source = "sport24ru/runscope"
    }
  }
}

and run terraform init

terraform 0.12

  1. Download archive with the latest version of provider for your operating system from Github releases page.
  2. Unpack provider to $HOME/.terraform.d/plugins, i.e.
    unzip terraform-provider-runscope_vX.Y.Z_linux_amd64.zip terraform-provider-runscope_* -d $HOME/.terraform.d/plugins/
    
  3. Init your terraform project
    terraform init
    

Usage

Read the documentation on Terraform Registry site.