Skip to content

Latest commit

 

History

History
42 lines (33 loc) · 1.01 KB

README.md

File metadata and controls

42 lines (33 loc) · 1.01 KB

Terraform Provider

Requirements

  • Terraform 0.10.x
  • Go 1.13 (to build the provider plugin)

Using the provider

terraform {
  required_providers {
    squadcast = {
      source  = "SquadcastHub/squadcast"
    }
  }
}

provider "squadcast" {
  squadcast_token = "YOUR-SQUADCAST-TOKEN"
  dc = "US"
}

Developing the Provider

TODO

Acceptance test prerequisites

make testacc

Squadcast personal refresh token

You will need to create a personal refresh token Once the token has been created, it must be exported in your environment as squadcast_token.