Skip to content

Releases: semaphoreui/terraform-provider-semaphore

v0.2.1

12 Sep 10:53
v0.2.1
3b62cc8

Choose a tag to compare

Features

  • Improve the provider's initialization parameters.

    provider "semaphoreui" {
      api_base_url = "http://localhost:3000/api"
      api_token = "your token"
    }
    

v0.1.0

12 Sep 06:39
v0.1.0
7651fcf

Choose a tag to compare

Features

  • Initial version