Get terraform by ID
Authorizations
JWT tokens should be used with OIDC account (human to machine). JWT tokens used by the Qovery console to communicate with the API have a TTL. Curl Example ' curl https://console.qovery.com/organization -H "Authorization: Bearer $qovery_token" '
Path Parameters
Terraform ID
Response
Get terrafor by ID
A Terraform service
name is case insensitive
x >= 0Icon URI representing the terraform service.
type of the service (application, database, job, ...)
APPLICATION, DATABASE, CONTAINER, JOB, HELM, TERRAFORM, ARGOCD_APP TERRAFORM, OPEN_TOFU Configuration for Terraform backend - exactly one backend type must be specified
- Option 1
- Option 2
- Option 3
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
Custom Dockerfile fragment to inject during build. When null, no custom fragment is injected.
- DockerfileFragmentFile
- DockerfileFragmentInline