Skip to main content

Lists the available versions of a given Terraform module repository

GET 

/api/v2/terraform/repository

Lists the available versions of a given Terraform module repository

Request

Query Parameters

    url string

    The URL of the Terraform module repository

    authSecretRef string

    Name of a platform secret to use for authentication

Responses

Repository version info

Schema

    url stringrequired
    versions string[]required
Loading...