/terraform-spotify

This repository implements a playlist on Spotify using Terraform

Primary LanguageHCL

Terraform with Spotify

Tutorial

Follow along with the tutorial at learn.hashicorp.com.

Usage

The tracks are listed in variables.tf file as list(map(string)) format.

playlist_url = "https://open.spotify.com/playlist/32TGS2t6WlLcv6WJafhmOJ"

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.