Skip to content

create a terraform component config

POST
/v1/components/{component_id}/configs/terraform-module

Authorizations

Parameters

Path Parameters

component_id
required
string

Component ID

Request Body

Input

object
connected_github_vcs_config
object
branch
string
directory
required
string
gitRef
string
repo
required
string
env_vars
required
object
key
additional properties
string
public_git_vcs_config
object
branch
required
string
directory
required
string
repo
required
string
variables
required
object
key
additional properties
string
version
string

Responses

201

Created

object
component_config_connection_id

Parent reference

string
connected_github_vcs_config
object
branch
string
component_config_id

Parent component

string
component_config_type
string
created_at
string
created_by_id
string
directory
string
id
string
repo
string
repo_name
string
repo_owner
string
updated_at
string
vcs_connection
object
created_at
string
created_by_id
string
github_install_id
string
id
string
updated_at
string
vcs_connection_commit
Array<object>
object
author_email
string
author_name
string
component_config_connection_id
string
created_at
string
created_by_id
string
id
string
message
string
sha
string
updated_at
string
vcs_connection_id
string
created_at
string
created_by_id
string
env_vars
object
key
additional properties
string
id
string
public_git_vcs_config
object
branch
string
component_config_id
string
component_config_type
string
created_at
string
created_by_id
string
directory
string
id
string
repo

Actual configuration

string
updated_at
string
updated_at
string
variables
object
key
additional properties
string
version

Terraform configuration values

string

400

Bad Request

object
description
string
error
string
user_error
boolean

401

Unauthorized

object
description
string
error
string
user_error
boolean

403

Forbidden

object
description
string
error
string
user_error
boolean

404

Not Found

object
description
string
error
string
user_error
boolean

500

Internal Server Error

object
description
string
error
string
user_error
boolean