Authorizations
Token API are generated by Qovery to manage machine to machine interaction and do not have a TTL. Prefix your token with "Token ". Curl Example: curl https://console.qovery.com/organization -H "Authorization: Token $qovery_token"
Path Parameters
Terraform ID
Response
Get terrafor by ID
A Terraform service
name is case insensitive
Required range:
x >= 0Icon URI representing the terraform service.
type of the service (application, database, job, ...)
Available options:
APPLICATION, DATABASE, CONTAINER, JOB, HELM, TERRAFORM Available options:
TERRAFORM Configuration for Terraform backend - exactly one backend type must be specified
- Option 1
- Option 2
The key represent the action command name i.e: "plan" The value represent the extra arguments to pass to this command
i.e: {"apply", ["-lock=false"]} is going to prepend -lock=false to terraform apply commands