Qovery v0.41.0 published on Saturday, Sep 28, 2024 by dirien
qovery.getJob
Explore with Pulumi AI
# qovery.Job (Data Source)
Provides a Qovery job resource. This can be used to create and manage Qovery job registry.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as qovery from "@pulumi/qovery";
const myJob = qovery.getJob({
    id: "<job_id>",
});
import pulumi
import pulumi_qovery as qovery
my_job = qovery.get_job(id="<job_id>")
package main
import (
	"github.com/dirien/pulumi-qovery/sdk/go/qovery"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := qovery.LookupJob(ctx, &qovery.LookupJobArgs{
			Id: "<job_id>",
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Qovery = Pulumi.Qovery;
return await Deployment.RunAsync(() => 
{
    var myJob = Qovery.GetJob.Invoke(new()
    {
        Id = "<job_id>",
    });
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.qovery.QoveryFunctions;
import com.pulumi.qovery.inputs.GetJobArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
    public static void main(String[] args) {
        Pulumi.run(App::stack);
    }
    public static void stack(Context ctx) {
        final var myJob = QoveryFunctions.getJob(GetJobArgs.builder()
            .id("<job_id>")
            .build());
    }
}
variables:
  myJob:
    fn::invoke:
      Function: qovery:getJob
      Arguments:
        id: <job_id>
Using getJob
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getJob(args: GetJobArgs, opts?: InvokeOptions): Promise<GetJobResult>
function getJobOutput(args: GetJobOutputArgs, opts?: InvokeOptions): Output<GetJobResult>def get_job(advanced_settings_json: Optional[str] = None,
            annotations_group_ids: Optional[Sequence[str]] = None,
            auto_deploy: Optional[bool] = None,
            auto_preview: Optional[bool] = None,
            cpu: Optional[int] = None,
            deployment_restrictions: Optional[Sequence[GetJobDeploymentRestriction]] = None,
            deployment_stage_id: Optional[str] = None,
            environment_variable_aliases: Optional[Sequence[GetJobEnvironmentVariableAlias]] = None,
            environment_variable_overrides: Optional[Sequence[GetJobEnvironmentVariableOverride]] = None,
            environment_variables: Optional[Sequence[GetJobEnvironmentVariable]] = None,
            healthchecks: Optional[GetJobHealthchecks] = None,
            icon_uri: Optional[str] = None,
            id: Optional[str] = None,
            labels_group_ids: Optional[Sequence[str]] = None,
            max_duration_seconds: Optional[int] = None,
            max_nb_restart: Optional[int] = None,
            memory: Optional[int] = None,
            port: Optional[int] = None,
            secret_aliases: Optional[Sequence[GetJobSecretAlias]] = None,
            secret_overrides: Optional[Sequence[GetJobSecretOverride]] = None,
            secrets: Optional[Sequence[GetJobSecret]] = None,
            source: Optional[GetJobSource] = None,
            opts: Optional[InvokeOptions] = None) -> GetJobResult
def get_job_output(advanced_settings_json: Optional[pulumi.Input[str]] = None,
            annotations_group_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
            auto_deploy: Optional[pulumi.Input[bool]] = None,
            auto_preview: Optional[pulumi.Input[bool]] = None,
            cpu: Optional[pulumi.Input[int]] = None,
            deployment_restrictions: Optional[pulumi.Input[Sequence[pulumi.Input[GetJobDeploymentRestrictionArgs]]]] = None,
            deployment_stage_id: Optional[pulumi.Input[str]] = None,
            environment_variable_aliases: Optional[pulumi.Input[Sequence[pulumi.Input[GetJobEnvironmentVariableAliasArgs]]]] = None,
            environment_variable_overrides: Optional[pulumi.Input[Sequence[pulumi.Input[GetJobEnvironmentVariableOverrideArgs]]]] = None,
            environment_variables: Optional[pulumi.Input[Sequence[pulumi.Input[GetJobEnvironmentVariableArgs]]]] = None,
            healthchecks: Optional[pulumi.Input[GetJobHealthchecksArgs]] = None,
            icon_uri: Optional[pulumi.Input[str]] = None,
            id: Optional[pulumi.Input[str]] = None,
            labels_group_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
            max_duration_seconds: Optional[pulumi.Input[int]] = None,
            max_nb_restart: Optional[pulumi.Input[int]] = None,
            memory: Optional[pulumi.Input[int]] = None,
            port: Optional[pulumi.Input[int]] = None,
            secret_aliases: Optional[pulumi.Input[Sequence[pulumi.Input[GetJobSecretAliasArgs]]]] = None,
            secret_overrides: Optional[pulumi.Input[Sequence[pulumi.Input[GetJobSecretOverrideArgs]]]] = None,
            secrets: Optional[pulumi.Input[Sequence[pulumi.Input[GetJobSecretArgs]]]] = None,
            source: Optional[pulumi.Input[GetJobSourceArgs]] = None,
            opts: Optional[InvokeOptions] = None) -> Output[GetJobResult]func LookupJob(ctx *Context, args *LookupJobArgs, opts ...InvokeOption) (*LookupJobResult, error)
func LookupJobOutput(ctx *Context, args *LookupJobOutputArgs, opts ...InvokeOption) LookupJobResultOutput> Note: This function is named LookupJob in the Go SDK.
public static class GetJob 
{
    public static Task<GetJobResult> InvokeAsync(GetJobArgs args, InvokeOptions? opts = null)
    public static Output<GetJobResult> Invoke(GetJobInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetJobResult> getJob(GetJobArgs args, InvokeOptions options)
public static Output<GetJobResult> getJob(GetJobArgs args, InvokeOptions options)
fn::invoke:
  function: qovery:index/getJob:getJob
  arguments:
    # arguments dictionaryThe following arguments are supported:
- Id string
- AdvancedSettings stringJson 
- AnnotationsGroup List<string>Ids 
- AutoDeploy bool
- AutoPreview bool
- Cpu int
- DeploymentRestrictions List<ediri.Qovery. Inputs. Get Job Deployment Restriction> 
- DeploymentStage stringId 
- EnvironmentVariable List<ediri.Aliases Qovery. Inputs. Get Job Environment Variable Alias> 
- EnvironmentVariable List<ediri.Overrides Qovery. Inputs. Get Job Environment Variable Override> 
- EnvironmentVariables List<ediri.Qovery. Inputs. Get Job Environment Variable> 
- Healthchecks
ediri.Qovery. Inputs. Get Job Healthchecks 
- IconUri string
- LabelsGroup List<string>Ids 
- MaxDuration intSeconds 
- MaxNb intRestart 
- Memory int
- Port int
- SecretAliases List<ediri.Qovery. Inputs. Get Job Secret Alias> 
- SecretOverrides List<ediri.Qovery. Inputs. Get Job Secret Override> 
- Secrets
List<ediri.Qovery. Inputs. Get Job Secret> 
- Source
ediri.Qovery. Inputs. Get Job Source 
- Id string
- AdvancedSettings stringJson 
- AnnotationsGroup []stringIds 
- AutoDeploy bool
- AutoPreview bool
- Cpu int
- DeploymentRestrictions []GetJob Deployment Restriction 
- DeploymentStage stringId 
- EnvironmentVariable []GetAliases Job Environment Variable Alias 
- EnvironmentVariable []GetOverrides Job Environment Variable Override 
- EnvironmentVariables []GetJob Environment Variable 
- Healthchecks
GetJob Healthchecks 
- IconUri string
- LabelsGroup []stringIds 
- MaxDuration intSeconds 
- MaxNb intRestart 
- Memory int
- Port int
- SecretAliases []GetJob Secret Alias 
- SecretOverrides []GetJob Secret Override 
- Secrets
[]GetJob Secret 
- Source
GetJob Source 
- id String
- advancedSettings StringJson 
- annotationsGroup List<String>Ids 
- autoDeploy Boolean
- autoPreview Boolean
- cpu Integer
- deploymentRestrictions List<GetJob Deployment Restriction> 
- deploymentStage StringId 
- environmentVariable List<GetAliases Job Environment Variable Alias> 
- environmentVariable List<GetOverrides Job Environment Variable Override> 
- environmentVariables List<GetJob Environment Variable> 
- healthchecks
GetJob Healthchecks 
- iconUri String
- labelsGroup List<String>Ids 
- maxDuration IntegerSeconds 
- maxNb IntegerRestart 
- memory Integer
- port Integer
- secretAliases List<GetJob Secret Alias> 
- secretOverrides List<GetJob Secret Override> 
- secrets
List<GetJob Secret> 
- source
GetJob Source 
- id string
- advancedSettings stringJson 
- annotationsGroup string[]Ids 
- autoDeploy boolean
- autoPreview boolean
- cpu number
- deploymentRestrictions GetJob Deployment Restriction[] 
- deploymentStage stringId 
- environmentVariable GetAliases Job Environment Variable Alias[] 
- environmentVariable GetOverrides Job Environment Variable Override[] 
- environmentVariables GetJob Environment Variable[] 
- healthchecks
GetJob Healthchecks 
- iconUri string
- labelsGroup string[]Ids 
- maxDuration numberSeconds 
- maxNb numberRestart 
- memory number
- port number
- secretAliases GetJob Secret Alias[] 
- secretOverrides GetJob Secret Override[] 
- secrets
GetJob Secret[] 
- source
GetJob Source 
- id str
- advanced_settings_ strjson 
- annotations_group_ Sequence[str]ids 
- auto_deploy bool
- auto_preview bool
- cpu int
- deployment_restrictions Sequence[GetJob Deployment Restriction] 
- deployment_stage_ strid 
- environment_variable_ Sequence[Getaliases Job Environment Variable Alias] 
- environment_variable_ Sequence[Getoverrides Job Environment Variable Override] 
- environment_variables Sequence[GetJob Environment Variable] 
- healthchecks
GetJob Healthchecks 
- icon_uri str
- labels_group_ Sequence[str]ids 
- max_duration_ intseconds 
- max_nb_ intrestart 
- memory int
- port int
- secret_aliases Sequence[GetJob Secret Alias] 
- secret_overrides Sequence[GetJob Secret Override] 
- secrets
Sequence[GetJob Secret] 
- source
GetJob Source 
- id String
- advancedSettings StringJson 
- annotationsGroup List<String>Ids 
- autoDeploy Boolean
- autoPreview Boolean
- cpu Number
- deploymentRestrictions List<Property Map>
- deploymentStage StringId 
- environmentVariable List<Property Map>Aliases 
- environmentVariable List<Property Map>Overrides 
- environmentVariables List<Property Map>
- healthchecks Property Map
- iconUri String
- labelsGroup List<String>Ids 
- maxDuration NumberSeconds 
- maxNb NumberRestart 
- memory Number
- port Number
- secretAliases List<Property Map>
- secretOverrides List<Property Map>
- secrets List<Property Map>
- source Property Map
getJob Result
The following output properties are available:
- AdvancedSettings stringJson 
- AutoDeploy bool
- AutoPreview bool
- BuiltIn List<ediri.Environment Variables Qovery. Outputs. Get Job Built In Environment Variable> 
- DeploymentStage stringId 
- EnvironmentId string
- EnvironmentVariable List<ediri.Aliases Qovery. Outputs. Get Job Environment Variable Alias> 
- ExternalHost string
- IconUri string
- Id string
- InternalHost string
- MaxDuration intSeconds 
- MaxNb intRestart 
- Name string
- Port int
- Schedule
ediri.Qovery. Outputs. Get Job Schedule 
- Source
ediri.Qovery. Outputs. Get Job Source 
- AnnotationsGroup List<string>Ids 
- Cpu int
- DeploymentRestrictions List<ediri.Qovery. Outputs. Get Job Deployment Restriction> 
- EnvironmentVariable List<ediri.Overrides Qovery. Outputs. Get Job Environment Variable Override> 
- EnvironmentVariables List<ediri.Qovery. Outputs. Get Job Environment Variable> 
- Healthchecks
ediri.Qovery. Outputs. Get Job Healthchecks 
- LabelsGroup List<string>Ids 
- Memory int
- SecretAliases List<ediri.Qovery. Outputs. Get Job Secret Alias> 
- SecretOverrides List<ediri.Qovery. Outputs. Get Job Secret Override> 
- Secrets
List<ediri.Qovery. Outputs. Get Job Secret> 
- AdvancedSettings stringJson 
- AutoDeploy bool
- AutoPreview bool
- BuiltIn []GetEnvironment Variables Job Built In Environment Variable 
- DeploymentStage stringId 
- EnvironmentId string
- EnvironmentVariable []GetAliases Job Environment Variable Alias 
- ExternalHost string
- IconUri string
- Id string
- InternalHost string
- MaxDuration intSeconds 
- MaxNb intRestart 
- Name string
- Port int
- Schedule
GetJob Schedule 
- Source
GetJob Source 
- AnnotationsGroup []stringIds 
- Cpu int
- DeploymentRestrictions []GetJob Deployment Restriction 
- EnvironmentVariable []GetOverrides Job Environment Variable Override 
- EnvironmentVariables []GetJob Environment Variable 
- Healthchecks
GetJob Healthchecks 
- LabelsGroup []stringIds 
- Memory int
- SecretAliases []GetJob Secret Alias 
- SecretOverrides []GetJob Secret Override 
- Secrets
[]GetJob Secret 
- advancedSettings StringJson 
- autoDeploy Boolean
- autoPreview Boolean
- builtIn List<GetEnvironment Variables Job Built In Environment Variable> 
- deploymentStage StringId 
- environmentId String
- environmentVariable List<GetAliases Job Environment Variable Alias> 
- externalHost String
- iconUri String
- id String
- internalHost String
- maxDuration IntegerSeconds 
- maxNb IntegerRestart 
- name String
- port Integer
- schedule
GetJob Schedule 
- source
GetJob Source 
- annotationsGroup List<String>Ids 
- cpu Integer
- deploymentRestrictions List<GetJob Deployment Restriction> 
- environmentVariable List<GetOverrides Job Environment Variable Override> 
- environmentVariables List<GetJob Environment Variable> 
- healthchecks
GetJob Healthchecks 
- labelsGroup List<String>Ids 
- memory Integer
- secretAliases List<GetJob Secret Alias> 
- secretOverrides List<GetJob Secret Override> 
- secrets
List<GetJob Secret> 
- advancedSettings stringJson 
- autoDeploy boolean
- autoPreview boolean
- builtIn GetEnvironment Variables Job Built In Environment Variable[] 
- deploymentStage stringId 
- environmentId string
- environmentVariable GetAliases Job Environment Variable Alias[] 
- externalHost string
- iconUri string
- id string
- internalHost string
- maxDuration numberSeconds 
- maxNb numberRestart 
- name string
- port number
- schedule
GetJob Schedule 
- source
GetJob Source 
- annotationsGroup string[]Ids 
- cpu number
- deploymentRestrictions GetJob Deployment Restriction[] 
- environmentVariable GetOverrides Job Environment Variable Override[] 
- environmentVariables GetJob Environment Variable[] 
- healthchecks
GetJob Healthchecks 
- labelsGroup string[]Ids 
- memory number
- secretAliases GetJob Secret Alias[] 
- secretOverrides GetJob Secret Override[] 
- secrets
GetJob Secret[] 
- advanced_settings_ strjson 
- auto_deploy bool
- auto_preview bool
- built_in_ Sequence[Getenvironment_ variables Job Built In Environment Variable] 
- deployment_stage_ strid 
- environment_id str
- environment_variable_ Sequence[Getaliases Job Environment Variable Alias] 
- external_host str
- icon_uri str
- id str
- internal_host str
- max_duration_ intseconds 
- max_nb_ intrestart 
- name str
- port int
- schedule
GetJob Schedule 
- source
GetJob Source 
- annotations_group_ Sequence[str]ids 
- cpu int
- deployment_restrictions Sequence[GetJob Deployment Restriction] 
- environment_variable_ Sequence[Getoverrides Job Environment Variable Override] 
- environment_variables Sequence[GetJob Environment Variable] 
- healthchecks
GetJob Healthchecks 
- labels_group_ Sequence[str]ids 
- memory int
- secret_aliases Sequence[GetJob Secret Alias] 
- secret_overrides Sequence[GetJob Secret Override] 
- secrets
Sequence[GetJob Secret] 
- advancedSettings StringJson 
- autoDeploy Boolean
- autoPreview Boolean
- builtIn List<Property Map>Environment Variables 
- deploymentStage StringId 
- environmentId String
- environmentVariable List<Property Map>Aliases 
- externalHost String
- iconUri String
- id String
- internalHost String
- maxDuration NumberSeconds 
- maxNb NumberRestart 
- name String
- port Number
- schedule Property Map
- source Property Map
- annotationsGroup List<String>Ids 
- cpu Number
- deploymentRestrictions List<Property Map>
- environmentVariable List<Property Map>Overrides 
- environmentVariables List<Property Map>
- healthchecks Property Map
- labelsGroup List<String>Ids 
- memory Number
- secretAliases List<Property Map>
- secretOverrides List<Property Map>
- secrets List<Property Map>
Supporting Types
GetJobBuiltInEnvironmentVariable     
- Description string
- Description of the environment variable.
- Id string
- Id of the environment variable.
- Key string
- Key of the environment variable.
- Value string
- Value of the environment variable.
- Description string
- Description of the environment variable.
- Id string
- Id of the environment variable.
- Key string
- Key of the environment variable.
- Value string
- Value of the environment variable.
- description String
- Description of the environment variable.
- id String
- Id of the environment variable.
- key String
- Key of the environment variable.
- value String
- Value of the environment variable.
- description string
- Description of the environment variable.
- id string
- Id of the environment variable.
- key string
- Key of the environment variable.
- value string
- Value of the environment variable.
- description str
- Description of the environment variable.
- id str
- Id of the environment variable.
- key str
- Key of the environment variable.
- value str
- Value of the environment variable.
- description String
- Description of the environment variable.
- id String
- Id of the environment variable.
- key String
- Key of the environment variable.
- value String
- Value of the environment variable.
GetJobDeploymentRestriction   
GetJobEnvironmentVariable   
- Description string
- Description of the environment variable.
- Id string
- Id of the environment variable.
- Key string
- Key of the environment variable.
- Value string
- Value of the environment variable.
- Description string
- Description of the environment variable.
- Id string
- Id of the environment variable.
- Key string
- Key of the environment variable.
- Value string
- Value of the environment variable.
- description String
- Description of the environment variable.
- id String
- Id of the environment variable.
- key String
- Key of the environment variable.
- value String
- Value of the environment variable.
- description string
- Description of the environment variable.
- id string
- Id of the environment variable.
- key string
- Key of the environment variable.
- value string
- Value of the environment variable.
- description str
- Description of the environment variable.
- id str
- Id of the environment variable.
- key str
- Key of the environment variable.
- value str
- Value of the environment variable.
- description String
- Description of the environment variable.
- id String
- Id of the environment variable.
- key String
- Key of the environment variable.
- value String
- Value of the environment variable.
GetJobEnvironmentVariableAlias    
- Description string
- Description of the environment variable.
- Id string
- Id of the environment variable alias.
- Key string
- Name of the environment variable alias.
- Value string
- Name of the variable to alias.
- Description string
- Description of the environment variable.
- Id string
- Id of the environment variable alias.
- Key string
- Name of the environment variable alias.
- Value string
- Name of the variable to alias.
- description String
- Description of the environment variable.
- id String
- Id of the environment variable alias.
- key String
- Name of the environment variable alias.
- value String
- Name of the variable to alias.
- description string
- Description of the environment variable.
- id string
- Id of the environment variable alias.
- key string
- Name of the environment variable alias.
- value string
- Name of the variable to alias.
- description str
- Description of the environment variable.
- id str
- Id of the environment variable alias.
- key str
- Name of the environment variable alias.
- value str
- Name of the variable to alias.
- description String
- Description of the environment variable.
- id String
- Id of the environment variable alias.
- key String
- Name of the environment variable alias.
- value String
- Name of the variable to alias.
GetJobEnvironmentVariableOverride    
- Description string
- Description of the environment variable.
- Id string
- Id of the environment variable override.
- Key string
- Name of the environment variable override.
- Value string
- Value of the environment variable override.
- Description string
- Description of the environment variable.
- Id string
- Id of the environment variable override.
- Key string
- Name of the environment variable override.
- Value string
- Value of the environment variable override.
- description String
- Description of the environment variable.
- id String
- Id of the environment variable override.
- key String
- Name of the environment variable override.
- value String
- Value of the environment variable override.
- description string
- Description of the environment variable.
- id string
- Id of the environment variable override.
- key string
- Name of the environment variable override.
- value string
- Value of the environment variable override.
- description str
- Description of the environment variable.
- id str
- Id of the environment variable override.
- key str
- Name of the environment variable override.
- value str
- Value of the environment variable override.
- description String
- Description of the environment variable.
- id String
- Id of the environment variable override.
- key String
- Name of the environment variable override.
- value String
- Value of the environment variable override.
GetJobHealthchecks  
- LivenessProbe ediri.Qovery. Inputs. Get Job Healthchecks Liveness Probe 
- Configuration for the liveness probe, in order to know when your service is working correctly. Failing the probe means your service being killed/ask to be restarted.
- ReadinessProbe ediri.Qovery. Inputs. Get Job Healthchecks Readiness Probe 
- Configuration for the readiness probe, in order to know when your service is ready to receive traffic. Failing the probe means your service will stop receiving traffic.
- LivenessProbe GetJob Healthchecks Liveness Probe 
- Configuration for the liveness probe, in order to know when your service is working correctly. Failing the probe means your service being killed/ask to be restarted.
- ReadinessProbe GetJob Healthchecks Readiness Probe 
- Configuration for the readiness probe, in order to know when your service is ready to receive traffic. Failing the probe means your service will stop receiving traffic.
- livenessProbe GetJob Healthchecks Liveness Probe 
- Configuration for the liveness probe, in order to know when your service is working correctly. Failing the probe means your service being killed/ask to be restarted.
- readinessProbe GetJob Healthchecks Readiness Probe 
- Configuration for the readiness probe, in order to know when your service is ready to receive traffic. Failing the probe means your service will stop receiving traffic.
- livenessProbe GetJob Healthchecks Liveness Probe 
- Configuration for the liveness probe, in order to know when your service is working correctly. Failing the probe means your service being killed/ask to be restarted.
- readinessProbe GetJob Healthchecks Readiness Probe 
- Configuration for the readiness probe, in order to know when your service is ready to receive traffic. Failing the probe means your service will stop receiving traffic.
- liveness_probe GetJob Healthchecks Liveness Probe 
- Configuration for the liveness probe, in order to know when your service is working correctly. Failing the probe means your service being killed/ask to be restarted.
- readiness_probe GetJob Healthchecks Readiness Probe 
- Configuration for the readiness probe, in order to know when your service is ready to receive traffic. Failing the probe means your service will stop receiving traffic.
- livenessProbe Property Map
- Configuration for the liveness probe, in order to know when your service is working correctly. Failing the probe means your service being killed/ask to be restarted.
- readinessProbe Property Map
- Configuration for the readiness probe, in order to know when your service is ready to receive traffic. Failing the probe means your service will stop receiving traffic.
GetJobHealthchecksLivenessProbe    
- FailureThreshold int
- Number of time the an ok probe should fail before declaring it as failed
- InitialDelay intSeconds 
- Number of seconds to wait before the first execution of the probe to be trigerred
- PeriodSeconds int
- Number of seconds before each execution of the probe
- SuccessThreshold int
- Number of time the probe should success before declaring a failed probe as ok again
- TimeoutSeconds int
- Number of seconds within which the check need to respond before declaring it as a failure
- Type
ediri.Qovery. Inputs. Get Job Healthchecks Liveness Probe Type 
- Kind of check to run for this probe. There can only be one configured at a time
- FailureThreshold int
- Number of time the an ok probe should fail before declaring it as failed
- InitialDelay intSeconds 
- Number of seconds to wait before the first execution of the probe to be trigerred
- PeriodSeconds int
- Number of seconds before each execution of the probe
- SuccessThreshold int
- Number of time the probe should success before declaring a failed probe as ok again
- TimeoutSeconds int
- Number of seconds within which the check need to respond before declaring it as a failure
- Type
GetJob Healthchecks Liveness Probe Type 
- Kind of check to run for this probe. There can only be one configured at a time
- failureThreshold Integer
- Number of time the an ok probe should fail before declaring it as failed
- initialDelay IntegerSeconds 
- Number of seconds to wait before the first execution of the probe to be trigerred
- periodSeconds Integer
- Number of seconds before each execution of the probe
- successThreshold Integer
- Number of time the probe should success before declaring a failed probe as ok again
- timeoutSeconds Integer
- Number of seconds within which the check need to respond before declaring it as a failure
- type
GetJob Healthchecks Liveness Probe Type 
- Kind of check to run for this probe. There can only be one configured at a time
- failureThreshold number
- Number of time the an ok probe should fail before declaring it as failed
- initialDelay numberSeconds 
- Number of seconds to wait before the first execution of the probe to be trigerred
- periodSeconds number
- Number of seconds before each execution of the probe
- successThreshold number
- Number of time the probe should success before declaring a failed probe as ok again
- timeoutSeconds number
- Number of seconds within which the check need to respond before declaring it as a failure
- type
GetJob Healthchecks Liveness Probe Type 
- Kind of check to run for this probe. There can only be one configured at a time
- failure_threshold int
- Number of time the an ok probe should fail before declaring it as failed
- initial_delay_ intseconds 
- Number of seconds to wait before the first execution of the probe to be trigerred
- period_seconds int
- Number of seconds before each execution of the probe
- success_threshold int
- Number of time the probe should success before declaring a failed probe as ok again
- timeout_seconds int
- Number of seconds within which the check need to respond before declaring it as a failure
- type
GetJob Healthchecks Liveness Probe Type 
- Kind of check to run for this probe. There can only be one configured at a time
- failureThreshold Number
- Number of time the an ok probe should fail before declaring it as failed
- initialDelay NumberSeconds 
- Number of seconds to wait before the first execution of the probe to be trigerred
- periodSeconds Number
- Number of seconds before each execution of the probe
- successThreshold Number
- Number of time the probe should success before declaring a failed probe as ok again
- timeoutSeconds Number
- Number of seconds within which the check need to respond before declaring it as a failure
- type Property Map
- Kind of check to run for this probe. There can only be one configured at a time
GetJobHealthchecksLivenessProbeType     
- Exec
ediri.Qovery. Inputs. Get Job Healthchecks Liveness Probe Type Exec 
- Check that the given command return an exit 0. Binary should be present in the image
- Grpc
ediri.Qovery. Inputs. Get Job Healthchecks Liveness Probe Type Grpc 
- Check that the given port respond to GRPC call
- Http
ediri.Qovery. Inputs. Get Job Healthchecks Liveness Probe Type Http 
- Check that the given port respond to HTTP call (should return a 2xx response code)
- Tcp
ediri.Qovery. Inputs. Get Job Healthchecks Liveness Probe Type Tcp 
- Check that the given port accepting connection
- Exec
GetJob Healthchecks Liveness Probe Type Exec 
- Check that the given command return an exit 0. Binary should be present in the image
- Grpc
GetJob Healthchecks Liveness Probe Type Grpc 
- Check that the given port respond to GRPC call
- Http
GetJob Healthchecks Liveness Probe Type Http 
- Check that the given port respond to HTTP call (should return a 2xx response code)
- Tcp
GetJob Healthchecks Liveness Probe Type Tcp 
- Check that the given port accepting connection
- exec
GetJob Healthchecks Liveness Probe Type Exec 
- Check that the given command return an exit 0. Binary should be present in the image
- grpc
GetJob Healthchecks Liveness Probe Type Grpc 
- Check that the given port respond to GRPC call
- http
GetJob Healthchecks Liveness Probe Type Http 
- Check that the given port respond to HTTP call (should return a 2xx response code)
- tcp
GetJob Healthchecks Liveness Probe Type Tcp 
- Check that the given port accepting connection
- exec
GetJob Healthchecks Liveness Probe Type Exec 
- Check that the given command return an exit 0. Binary should be present in the image
- grpc
GetJob Healthchecks Liveness Probe Type Grpc 
- Check that the given port respond to GRPC call
- http
GetJob Healthchecks Liveness Probe Type Http 
- Check that the given port respond to HTTP call (should return a 2xx response code)
- tcp
GetJob Healthchecks Liveness Probe Type Tcp 
- Check that the given port accepting connection
- exec_
GetJob Healthchecks Liveness Probe Type Exec 
- Check that the given command return an exit 0. Binary should be present in the image
- grpc
GetJob Healthchecks Liveness Probe Type Grpc 
- Check that the given port respond to GRPC call
- http
GetJob Healthchecks Liveness Probe Type Http 
- Check that the given port respond to HTTP call (should return a 2xx response code)
- tcp
GetJob Healthchecks Liveness Probe Type Tcp 
- Check that the given port accepting connection
- exec Property Map
- Check that the given command return an exit 0. Binary should be present in the image
- grpc Property Map
- Check that the given port respond to GRPC call
- http Property Map
- Check that the given port respond to HTTP call (should return a 2xx response code)
- tcp Property Map
- Check that the given port accepting connection
GetJobHealthchecksLivenessProbeTypeExec      
- Commands List<string>
- The command and its arguments to exec
- Commands []string
- The command and its arguments to exec
- commands List<String>
- The command and its arguments to exec
- commands string[]
- The command and its arguments to exec
- commands Sequence[str]
- The command and its arguments to exec
- commands List<String>
- The command and its arguments to exec
GetJobHealthchecksLivenessProbeTypeGrpc      
GetJobHealthchecksLivenessProbeTypeHttp      
GetJobHealthchecksLivenessProbeTypeTcp      
GetJobHealthchecksReadinessProbe    
- FailureThreshold int
- Number of time the an ok probe should fail before declaring it as failed
- InitialDelay intSeconds 
- Number of seconds to wait before the first execution of the probe to be trigerred
- PeriodSeconds int
- Number of seconds before each execution of the probe
- SuccessThreshold int
- Number of time the probe should success before declaring a failed probe as ok again
- TimeoutSeconds int
- Number of seconds within which the check need to respond before declaring it as a failure
- Type
ediri.Qovery. Inputs. Get Job Healthchecks Readiness Probe Type 
- Kind of check to run for this probe. There can only be one configured at a time
- FailureThreshold int
- Number of time the an ok probe should fail before declaring it as failed
- InitialDelay intSeconds 
- Number of seconds to wait before the first execution of the probe to be trigerred
- PeriodSeconds int
- Number of seconds before each execution of the probe
- SuccessThreshold int
- Number of time the probe should success before declaring a failed probe as ok again
- TimeoutSeconds int
- Number of seconds within which the check need to respond before declaring it as a failure
- Type
GetJob Healthchecks Readiness Probe Type 
- Kind of check to run for this probe. There can only be one configured at a time
- failureThreshold Integer
- Number of time the an ok probe should fail before declaring it as failed
- initialDelay IntegerSeconds 
- Number of seconds to wait before the first execution of the probe to be trigerred
- periodSeconds Integer
- Number of seconds before each execution of the probe
- successThreshold Integer
- Number of time the probe should success before declaring a failed probe as ok again
- timeoutSeconds Integer
- Number of seconds within which the check need to respond before declaring it as a failure
- type
GetJob Healthchecks Readiness Probe Type 
- Kind of check to run for this probe. There can only be one configured at a time
- failureThreshold number
- Number of time the an ok probe should fail before declaring it as failed
- initialDelay numberSeconds 
- Number of seconds to wait before the first execution of the probe to be trigerred
- periodSeconds number
- Number of seconds before each execution of the probe
- successThreshold number
- Number of time the probe should success before declaring a failed probe as ok again
- timeoutSeconds number
- Number of seconds within which the check need to respond before declaring it as a failure
- type
GetJob Healthchecks Readiness Probe Type 
- Kind of check to run for this probe. There can only be one configured at a time
- failure_threshold int
- Number of time the an ok probe should fail before declaring it as failed
- initial_delay_ intseconds 
- Number of seconds to wait before the first execution of the probe to be trigerred
- period_seconds int
- Number of seconds before each execution of the probe
- success_threshold int
- Number of time the probe should success before declaring a failed probe as ok again
- timeout_seconds int
- Number of seconds within which the check need to respond before declaring it as a failure
- type
GetJob Healthchecks Readiness Probe Type 
- Kind of check to run for this probe. There can only be one configured at a time
- failureThreshold Number
- Number of time the an ok probe should fail before declaring it as failed
- initialDelay NumberSeconds 
- Number of seconds to wait before the first execution of the probe to be trigerred
- periodSeconds Number
- Number of seconds before each execution of the probe
- successThreshold Number
- Number of time the probe should success before declaring a failed probe as ok again
- timeoutSeconds Number
- Number of seconds within which the check need to respond before declaring it as a failure
- type Property Map
- Kind of check to run for this probe. There can only be one configured at a time
GetJobHealthchecksReadinessProbeType     
- Exec
ediri.Qovery. Inputs. Get Job Healthchecks Readiness Probe Type Exec 
- Check that the given command return an exit 0. Binary should be present in the image
- Grpc
ediri.Qovery. Inputs. Get Job Healthchecks Readiness Probe Type Grpc 
- Check that the given port respond to GRPC call
- Http
ediri.Qovery. Inputs. Get Job Healthchecks Readiness Probe Type Http 
- Check that the given port respond to HTTP call (should return a 2xx response code)
- Tcp
ediri.Qovery. Inputs. Get Job Healthchecks Readiness Probe Type Tcp 
- Check that the given port accepting connection
- Exec
GetJob Healthchecks Readiness Probe Type Exec 
- Check that the given command return an exit 0. Binary should be present in the image
- Grpc
GetJob Healthchecks Readiness Probe Type Grpc 
- Check that the given port respond to GRPC call
- Http
GetJob Healthchecks Readiness Probe Type Http 
- Check that the given port respond to HTTP call (should return a 2xx response code)
- Tcp
GetJob Healthchecks Readiness Probe Type Tcp 
- Check that the given port accepting connection
- exec
GetJob Healthchecks Readiness Probe Type Exec 
- Check that the given command return an exit 0. Binary should be present in the image
- grpc
GetJob Healthchecks Readiness Probe Type Grpc 
- Check that the given port respond to GRPC call
- http
GetJob Healthchecks Readiness Probe Type Http 
- Check that the given port respond to HTTP call (should return a 2xx response code)
- tcp
GetJob Healthchecks Readiness Probe Type Tcp 
- Check that the given port accepting connection
- exec
GetJob Healthchecks Readiness Probe Type Exec 
- Check that the given command return an exit 0. Binary should be present in the image
- grpc
GetJob Healthchecks Readiness Probe Type Grpc 
- Check that the given port respond to GRPC call
- http
GetJob Healthchecks Readiness Probe Type Http 
- Check that the given port respond to HTTP call (should return a 2xx response code)
- tcp
GetJob Healthchecks Readiness Probe Type Tcp 
- Check that the given port accepting connection
- exec_
GetJob Healthchecks Readiness Probe Type Exec 
- Check that the given command return an exit 0. Binary should be present in the image
- grpc
GetJob Healthchecks Readiness Probe Type Grpc 
- Check that the given port respond to GRPC call
- http
GetJob Healthchecks Readiness Probe Type Http 
- Check that the given port respond to HTTP call (should return a 2xx response code)
- tcp
GetJob Healthchecks Readiness Probe Type Tcp 
- Check that the given port accepting connection
- exec Property Map
- Check that the given command return an exit 0. Binary should be present in the image
- grpc Property Map
- Check that the given port respond to GRPC call
- http Property Map
- Check that the given port respond to HTTP call (should return a 2xx response code)
- tcp Property Map
- Check that the given port accepting connection
GetJobHealthchecksReadinessProbeTypeExec      
- Commands List<string>
- The command and its arguments to exec
- Commands []string
- The command and its arguments to exec
- commands List<String>
- The command and its arguments to exec
- commands string[]
- The command and its arguments to exec
- commands Sequence[str]
- The command and its arguments to exec
- commands List<String>
- The command and its arguments to exec
GetJobHealthchecksReadinessProbeTypeGrpc      
GetJobHealthchecksReadinessProbeTypeHttp      
GetJobHealthchecksReadinessProbeTypeTcp      
GetJobSchedule  
- Cronjob
ediri.Qovery. Inputs. Get Job Schedule Cronjob 
- Job's cron.
- LifecycleType string
- Type of the lifecycle job.
- Can be: CLOUDFORMATION,GENERIC,TERRAFORM.
- OnDelete ediri.Qovery. Inputs. Get Job Schedule On Delete 
- Job's schedule on delete.
- OnStart ediri.Qovery. Inputs. Get Job Schedule On Start 
- Job's schedule on start.
- OnStop ediri.Qovery. Inputs. Get Job Schedule On Stop 
- Job's schedule on stop.
- Cronjob
GetJob Schedule Cronjob 
- Job's cron.
- LifecycleType string
- Type of the lifecycle job.
- Can be: CLOUDFORMATION,GENERIC,TERRAFORM.
- OnDelete GetJob Schedule On Delete 
- Job's schedule on delete.
- OnStart GetJob Schedule On Start 
- Job's schedule on start.
- OnStop GetJob Schedule On Stop 
- Job's schedule on stop.
- cronjob
GetJob Schedule Cronjob 
- Job's cron.
- lifecycleType String
- Type of the lifecycle job.
- Can be: CLOUDFORMATION,GENERIC,TERRAFORM.
- onDelete GetJob Schedule On Delete 
- Job's schedule on delete.
- onStart GetJob Schedule On Start 
- Job's schedule on start.
- onStop GetJob Schedule On Stop 
- Job's schedule on stop.
- cronjob
GetJob Schedule Cronjob 
- Job's cron.
- lifecycleType string
- Type of the lifecycle job.
- Can be: CLOUDFORMATION,GENERIC,TERRAFORM.
- onDelete GetJob Schedule On Delete 
- Job's schedule on delete.
- onStart GetJob Schedule On Start 
- Job's schedule on start.
- onStop GetJob Schedule On Stop 
- Job's schedule on stop.
- cronjob
GetJob Schedule Cronjob 
- Job's cron.
- lifecycle_type str
- Type of the lifecycle job.
- Can be: CLOUDFORMATION,GENERIC,TERRAFORM.
- on_delete GetJob Schedule On Delete 
- Job's schedule on delete.
- on_start GetJob Schedule On Start 
- Job's schedule on start.
- on_stop GetJob Schedule On Stop 
- Job's schedule on stop.
- cronjob Property Map
- Job's cron.
- lifecycleType String
- Type of the lifecycle job.
- Can be: CLOUDFORMATION,GENERIC,TERRAFORM.
- onDelete Property Map
- Job's schedule on delete.
- onStart Property Map
- Job's schedule on start.
- onStop Property Map
- Job's schedule on stop.
GetJobScheduleCronjob   
- Command
ediri.Qovery. Inputs. Get Job Schedule Cronjob Command 
- Job's cron command.
- Schedule string
- Job's cron string.
- Command
GetJob Schedule Cronjob Command 
- Job's cron command.
- Schedule string
- Job's cron string.
- command
GetJob Schedule Cronjob Command 
- Job's cron command.
- schedule String
- Job's cron string.
- command
GetJob Schedule Cronjob Command 
- Job's cron command.
- schedule string
- Job's cron string.
- command
GetJob Schedule Cronjob Command 
- Job's cron command.
- schedule str
- Job's cron string.
- command Property Map
- Job's cron command.
- schedule String
- Job's cron string.
GetJobScheduleCronjobCommand    
- Arguments List<string>
- List of arguments of this job.
- Entrypoint string
- Entrypoint of the job.
- Arguments []string
- List of arguments of this job.
- Entrypoint string
- Entrypoint of the job.
- arguments List<String>
- List of arguments of this job.
- entrypoint String
- Entrypoint of the job.
- arguments string[]
- List of arguments of this job.
- entrypoint string
- Entrypoint of the job.
- arguments Sequence[str]
- List of arguments of this job.
- entrypoint str
- Entrypoint of the job.
- arguments List<String>
- List of arguments of this job.
- entrypoint String
- Entrypoint of the job.
GetJobScheduleOnDelete    
- Arguments List<string>
- List of arguments of this job.
- Entrypoint string
- Entrypoint of the job.
- Arguments []string
- List of arguments of this job.
- Entrypoint string
- Entrypoint of the job.
- arguments List<String>
- List of arguments of this job.
- entrypoint String
- Entrypoint of the job.
- arguments string[]
- List of arguments of this job.
- entrypoint string
- Entrypoint of the job.
- arguments Sequence[str]
- List of arguments of this job.
- entrypoint str
- Entrypoint of the job.
- arguments List<String>
- List of arguments of this job.
- entrypoint String
- Entrypoint of the job.
GetJobScheduleOnStart    
- Entrypoint string
- Entrypoint of the job.
- Arguments List<string>
- List of arguments of this job.
- Entrypoint string
- Entrypoint of the job.
- Arguments []string
- List of arguments of this job.
- entrypoint String
- Entrypoint of the job.
- arguments List<String>
- List of arguments of this job.
- entrypoint string
- Entrypoint of the job.
- arguments string[]
- List of arguments of this job.
- entrypoint str
- Entrypoint of the job.
- arguments Sequence[str]
- List of arguments of this job.
- entrypoint String
- Entrypoint of the job.
- arguments List<String>
- List of arguments of this job.
GetJobScheduleOnStop    
- Entrypoint string
- Entrypoint of the job.
- Arguments List<string>
- List of arguments of this job.
- Entrypoint string
- Entrypoint of the job.
- Arguments []string
- List of arguments of this job.
- entrypoint String
- Entrypoint of the job.
- arguments List<String>
- List of arguments of this job.
- entrypoint string
- Entrypoint of the job.
- arguments string[]
- List of arguments of this job.
- entrypoint str
- Entrypoint of the job.
- arguments Sequence[str]
- List of arguments of this job.
- entrypoint String
- Entrypoint of the job.
- arguments List<String>
- List of arguments of this job.
GetJobSecret  
- Description string
- Description of the environment variable.
- Id string
- Id of the secret.
- Key string
- Key of the secret.
- Value string
- Value of the secret.
- Description string
- Description of the environment variable.
- Id string
- Id of the secret.
- Key string
- Key of the secret.
- Value string
- Value of the secret.
- description String
- Description of the environment variable.
- id String
- Id of the secret.
- key String
- Key of the secret.
- value String
- Value of the secret.
- description string
- Description of the environment variable.
- id string
- Id of the secret.
- key string
- Key of the secret.
- value string
- Value of the secret.
- description str
- Description of the environment variable.
- id str
- Id of the secret.
- key str
- Key of the secret.
- value str
- Value of the secret.
- description String
- Description of the environment variable.
- id String
- Id of the secret.
- key String
- Key of the secret.
- value String
- Value of the secret.
GetJobSecretAlias   
- Description string
- Description of the environment variable.
- Id string
- Id of the secret alias.
- Key string
- Name of the secret alias.
- Value string
- Name of the secret to alias.
- Description string
- Description of the environment variable.
- Id string
- Id of the secret alias.
- Key string
- Name of the secret alias.
- Value string
- Name of the secret to alias.
- description String
- Description of the environment variable.
- id String
- Id of the secret alias.
- key String
- Name of the secret alias.
- value String
- Name of the secret to alias.
- description string
- Description of the environment variable.
- id string
- Id of the secret alias.
- key string
- Name of the secret alias.
- value string
- Name of the secret to alias.
- description str
- Description of the environment variable.
- id str
- Id of the secret alias.
- key str
- Name of the secret alias.
- value str
- Name of the secret to alias.
- description String
- Description of the environment variable.
- id String
- Id of the secret alias.
- key String
- Name of the secret alias.
- value String
- Name of the secret to alias.
GetJobSecretOverride   
- Description string
- Description of the environment variable.
- Id string
- Id of the secret override.
- Key string
- Name of the secret override.
- Value string
- Value of the secret override.
- Description string
- Description of the environment variable.
- Id string
- Id of the secret override.
- Key string
- Name of the secret override.
- Value string
- Value of the secret override.
- description String
- Description of the environment variable.
- id String
- Id of the secret override.
- key String
- Name of the secret override.
- value String
- Value of the secret override.
- description string
- Description of the environment variable.
- id string
- Id of the secret override.
- key string
- Name of the secret override.
- value string
- Value of the secret override.
- description str
- Description of the environment variable.
- id str
- Id of the secret override.
- key str
- Name of the secret override.
- value str
- Value of the secret override.
- description String
- Description of the environment variable.
- id String
- Id of the secret override.
- key String
- Name of the secret override.
- value String
- Value of the secret override.
GetJobSource  
- Docker
ediri.Qovery. Inputs. Get Job Source Docker 
- Job's docker source.
- Image
ediri.Qovery. Inputs. Get Job Source Image 
- Job's image source.
- Docker
GetJob Source Docker 
- Job's docker source.
- Image
GetJob Source Image 
- Job's image source.
- docker
GetJob Source Docker 
- Job's docker source.
- image
GetJob Source Image 
- Job's image source.
- docker
GetJob Source Docker 
- Job's docker source.
- image
GetJob Source Image 
- Job's image source.
- docker
GetJob Source Docker 
- Job's docker source.
- image
GetJob Source Image 
- Job's image source.
- docker Property Map
- Job's docker source.
- image Property Map
- Job's image source.
GetJobSourceDocker   
- GitRepository ediri.Qovery. Inputs. Get Job Source Docker Git Repository 
- Job's docker source git repository.
- DockerfilePath string
- Job's docker source dockerfile path.
- DockerfileRaw string
- Inline Dockerfile to inject for building the image
- GitRepository GetJob Source Docker Git Repository 
- Job's docker source git repository.
- DockerfilePath string
- Job's docker source dockerfile path.
- DockerfileRaw string
- Inline Dockerfile to inject for building the image
- gitRepository GetJob Source Docker Git Repository 
- Job's docker source git repository.
- dockerfilePath String
- Job's docker source dockerfile path.
- dockerfileRaw String
- Inline Dockerfile to inject for building the image
- gitRepository GetJob Source Docker Git Repository 
- Job's docker source git repository.
- dockerfilePath string
- Job's docker source dockerfile path.
- dockerfileRaw string
- Inline Dockerfile to inject for building the image
- git_repository GetJob Source Docker Git Repository 
- Job's docker source git repository.
- dockerfile_path str
- Job's docker source dockerfile path.
- dockerfile_raw str
- Inline Dockerfile to inject for building the image
- gitRepository Property Map
- Job's docker source git repository.
- dockerfilePath String
- Job's docker source dockerfile path.
- dockerfileRaw String
- Inline Dockerfile to inject for building the image
GetJobSourceDockerGitRepository     
- Branch string
- Job's docker source git repository branch.
- RootPath string
- Job's docker source git repository root path.
- Url string
- Job's docker source git repository URL.
- GitToken stringId 
- The git token ID to be used
- Branch string
- Job's docker source git repository branch.
- RootPath string
- Job's docker source git repository root path.
- Url string
- Job's docker source git repository URL.
- GitToken stringId 
- The git token ID to be used
- branch String
- Job's docker source git repository branch.
- rootPath String
- Job's docker source git repository root path.
- url String
- Job's docker source git repository URL.
- gitToken StringId 
- The git token ID to be used
- branch string
- Job's docker source git repository branch.
- rootPath string
- Job's docker source git repository root path.
- url string
- Job's docker source git repository URL.
- gitToken stringId 
- The git token ID to be used
- branch str
- Job's docker source git repository branch.
- root_path str
- Job's docker source git repository root path.
- url str
- Job's docker source git repository URL.
- git_token_ strid 
- The git token ID to be used
- branch String
- Job's docker source git repository branch.
- rootPath String
- Job's docker source git repository root path.
- url String
- Job's docker source git repository URL.
- gitToken StringId 
- The git token ID to be used
GetJobSourceImage   
- Name string
- Job's image source name.
- RegistryId string
- Job's image source registry ID.
- Tag string
- Job's image source tag.
- Name string
- Job's image source name.
- RegistryId string
- Job's image source registry ID.
- Tag string
- Job's image source tag.
- name String
- Job's image source name.
- registryId String
- Job's image source registry ID.
- tag String
- Job's image source tag.
- name string
- Job's image source name.
- registryId string
- Job's image source registry ID.
- tag string
- Job's image source tag.
- name str
- Job's image source name.
- registry_id str
- Job's image source registry ID.
- tag str
- Job's image source tag.
- name String
- Job's image source name.
- registryId String
- Job's image source registry ID.
- tag String
- Job's image source tag.
Package Details
- Repository
- qovery dirien/pulumi-qovery
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the qoveryTerraform Provider.