Create Terraform Version Using POST
Creates a version
The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /blueprint/api/about
{
"authenticationType": "string",
"createdAt": "string",
"createdBy": "string",
"description": "string",
"enabled": false,
"id": "string",
"orgId": "string",
"password": "string",
"sha256Checksum": "string",
"updatedAt": "string",
"updatedBy": "string",
"url": "string",
"username": "string",
"version": "string"
}
The type of authentication for the download url
Created time
Created by
Version description
Version status
Version ID
Org ID
The password for basic authentication
The sha256 checksum of the terraform binary
Updated time
Updated by
Download url
The user name for basic authentication
The numeric version of terraform release
Created
"TerraformVersion Object"
The type of authentication for the download url
Created time
Created by
Version description
Version status
Version ID
Org ID
The password for basic authentication
The sha256 checksum of the terraform binary
Updated time
Updated by
Download url
The user name for basic authentication
The numeric version of terraform release
Bad Request
Unauthorized
Forbidden
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{}' https://{api_host}/blueprint/api/blueprint-integrations/terraform/versions