- Website: https://www.terraform.io
- Mailing list: Google Groups
terraform {
required_providers {
squadcast = {
source = "SquadcastHub/squadcast"
}
}
}
provider "squadcast" {
squadcast_token = "YOUR-SQUADCAST-TOKEN"
dc = "US"
}
TODO
make testacc
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
.