1. Packages
  2. Outscale Provider
  3. API Docs
  4. Provider
outscale 1.4.0 published on Tuesday, Feb 24, 2026 by outscale
outscale logo
outscale 1.4.0 published on Tuesday, Feb 24, 2026 by outscale

    The provider type for the outscale package. By default, resources use package-wide configuration settings, however an explicit Provider instance may be created and passed during resource construction to achieve fine-grained programmatic control over provider settings. See the documentation for more information.

    Create Provider Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new Provider(name: string, args?: ProviderArgs, opts?: CustomResourceOptions);
    @overload
    def Provider(resource_name: str,
                 args: Optional[ProviderArgs] = None,
                 opts: Optional[ResourceOptions] = None)
    
    @overload
    def Provider(resource_name: str,
                 opts: Optional[ResourceOptions] = None,
                 access_key_id: Optional[str] = None,
                 api: Optional[ProviderApiArgs] = None,
                 config_file: Optional[str] = None,
                 endpoints: Optional[Sequence[ProviderEndpointArgs]] = None,
                 insecure: Optional[bool] = None,
                 oks: Optional[ProviderOksArgs] = None,
                 profile: Optional[str] = None,
                 region: Optional[str] = None,
                 secret_key_id: Optional[str] = None,
                 x509_cert_path: Optional[str] = None,
                 x509_key_path: Optional[str] = None)
    func NewProvider(ctx *Context, name string, args *ProviderArgs, opts ...ResourceOption) (*Provider, error)
    public Provider(string name, ProviderArgs? args = null, CustomResourceOptions? opts = null)
    public Provider(String name, ProviderArgs args)
    public Provider(String name, ProviderArgs args, CustomResourceOptions options)
    
    type: pulumi:providers:outscale
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args ProviderArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args ProviderArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args ProviderArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ProviderArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ProviderArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Provider Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The Provider resource accepts the following input properties:

    AccessKeyId string
    The Access Key ID for API operations.
    Api ProviderApi
    ConfigFile string
    Path to the configuration file in which you have defined your credentials.
    Endpoints List<ProviderEndpoint>

    Deprecated: Deprecated

    Insecure bool
    TLS insecure connection for IaaS API operations.

    Deprecated: Deprecated

    Oks ProviderOks
    Profile string
    Name of your profile in which you define your credencial
    Region string
    The Region for API operations.

    Deprecated: Deprecated

    SecretKeyId string
    The Secret Key ID for API operations.
    X509CertPath string
    Path to the x509 certificate for IaaS API operations.

    Deprecated: Deprecated

    X509KeyPath string
    Path to the x509 key for IaaS API operations.

    Deprecated: Deprecated

    AccessKeyId string
    The Access Key ID for API operations.
    Api ProviderApiArgs
    ConfigFile string
    Path to the configuration file in which you have defined your credentials.
    Endpoints []ProviderEndpointArgs

    Deprecated: Deprecated

    Insecure bool
    TLS insecure connection for IaaS API operations.

    Deprecated: Deprecated

    Oks ProviderOksArgs
    Profile string
    Name of your profile in which you define your credencial
    Region string
    The Region for API operations.

    Deprecated: Deprecated

    SecretKeyId string
    The Secret Key ID for API operations.
    X509CertPath string
    Path to the x509 certificate for IaaS API operations.

    Deprecated: Deprecated

    X509KeyPath string
    Path to the x509 key for IaaS API operations.

    Deprecated: Deprecated

    accessKeyId String
    The Access Key ID for API operations.
    api ProviderApi
    configFile String
    Path to the configuration file in which you have defined your credentials.
    endpoints List<ProviderEndpoint>

    Deprecated: Deprecated

    insecure Boolean
    TLS insecure connection for IaaS API operations.

    Deprecated: Deprecated

    oks ProviderOks
    profile String
    Name of your profile in which you define your credencial
    region String
    The Region for API operations.

    Deprecated: Deprecated

    secretKeyId String
    The Secret Key ID for API operations.
    x509CertPath String
    Path to the x509 certificate for IaaS API operations.

    Deprecated: Deprecated

    x509KeyPath String
    Path to the x509 key for IaaS API operations.

    Deprecated: Deprecated

    accessKeyId string
    The Access Key ID for API operations.
    api ProviderApi
    configFile string
    Path to the configuration file in which you have defined your credentials.
    endpoints ProviderEndpoint[]

    Deprecated: Deprecated

    insecure boolean
    TLS insecure connection for IaaS API operations.

    Deprecated: Deprecated

    oks ProviderOks
    profile string
    Name of your profile in which you define your credencial
    region string
    The Region for API operations.

    Deprecated: Deprecated

    secretKeyId string
    The Secret Key ID for API operations.
    x509CertPath string
    Path to the x509 certificate for IaaS API operations.

    Deprecated: Deprecated

    x509KeyPath string
    Path to the x509 key for IaaS API operations.

    Deprecated: Deprecated

    access_key_id str
    The Access Key ID for API operations.
    api ProviderApiArgs
    config_file str
    Path to the configuration file in which you have defined your credentials.
    endpoints Sequence[ProviderEndpointArgs]

    Deprecated: Deprecated

    insecure bool
    TLS insecure connection for IaaS API operations.

    Deprecated: Deprecated

    oks ProviderOksArgs
    profile str
    Name of your profile in which you define your credencial
    region str
    The Region for API operations.

    Deprecated: Deprecated

    secret_key_id str
    The Secret Key ID for API operations.
    x509_cert_path str
    Path to the x509 certificate for IaaS API operations.

    Deprecated: Deprecated

    x509_key_path str
    Path to the x509 key for IaaS API operations.

    Deprecated: Deprecated

    accessKeyId String
    The Access Key ID for API operations.
    api Property Map
    configFile String
    Path to the configuration file in which you have defined your credentials.
    endpoints List<Property Map>

    Deprecated: Deprecated

    insecure Boolean
    TLS insecure connection for IaaS API operations.

    Deprecated: Deprecated

    oks Property Map
    profile String
    Name of your profile in which you define your credencial
    region String
    The Region for API operations.

    Deprecated: Deprecated

    secretKeyId String
    The Secret Key ID for API operations.
    x509CertPath String
    Path to the x509 certificate for IaaS API operations.

    Deprecated: Deprecated

    x509KeyPath String
    Path to the x509 key for IaaS API operations.

    Deprecated: Deprecated

    Outputs

    All input properties are implicitly available as output properties. Additionally, the Provider resource produces the following output properties:

    Id string
    The provider-assigned unique ID for this managed resource.
    Id string
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.
    id string
    The provider-assigned unique ID for this managed resource.
    id str
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.

    Provider Resource Methods

    TerraformConfig Method

    This function returns a Terraform config object with terraform-namecased keys,to be used with the Terraform Module Provider.

    Using TerraformConfig

    terraformConfig(): Output<{[key: string]: any}>
    def terraform_config() -> Output[Provider.Terraform_configResult]
    func (r *Provider) TerraformConfig() (pulumi.MapOutput, error)
    public Output<ImmutableDictionary<string, object>> TerraformConfig()

    TerraformConfig Result

    Result Dictionary<string, object>
    Result map[string]interface{}
    result Map<String,Object>
    result {[key: string]: any}
    result Mapping[str, Any]
    result Map<Any>

    Supporting Types

    ProviderApi, ProviderApiArgs

    Endpoint string
    Insecure bool
    TLS insecure connection
    Region string
    X509CertPath string
    Path to the x509 certificate
    X509KeyPath string
    Path to the x509 key
    Endpoint string
    Insecure bool
    TLS insecure connection
    Region string
    X509CertPath string
    Path to the x509 certificate
    X509KeyPath string
    Path to the x509 key
    endpoint String
    insecure Boolean
    TLS insecure connection
    region String
    x509CertPath String
    Path to the x509 certificate
    x509KeyPath String
    Path to the x509 key
    endpoint string
    insecure boolean
    TLS insecure connection
    region string
    x509CertPath string
    Path to the x509 certificate
    x509KeyPath string
    Path to the x509 key
    endpoint str
    insecure bool
    TLS insecure connection
    region str
    x509_cert_path str
    Path to the x509 certificate
    x509_key_path str
    Path to the x509 key
    endpoint String
    insecure Boolean
    TLS insecure connection
    region String
    x509CertPath String
    Path to the x509 certificate
    x509KeyPath String
    Path to the x509 key

    ProviderEndpoint, ProviderEndpointArgs

    Api string
    The Endpoint for Outscale API operations.
    Oks string
    The Endpoint for OKS API operations.
    Api string
    The Endpoint for Outscale API operations.
    Oks string
    The Endpoint for OKS API operations.
    api String
    The Endpoint for Outscale API operations.
    oks String
    The Endpoint for OKS API operations.
    api string
    The Endpoint for Outscale API operations.
    oks string
    The Endpoint for OKS API operations.
    api str
    The Endpoint for Outscale API operations.
    oks str
    The Endpoint for OKS API operations.
    api String
    The Endpoint for Outscale API operations.
    oks String
    The Endpoint for OKS API operations.

    ProviderOks, ProviderOksArgs

    Endpoint string
    Region string
    Endpoint string
    Region string
    endpoint String
    region String
    endpoint string
    region string
    endpoint String
    region String

    Package Details

    Repository
    outscale outscale/terraform-provider-outscale
    License
    Notes
    This Pulumi package is based on the outscale Terraform Provider.
    outscale logo
    outscale 1.4.0 published on Tuesday, Feb 24, 2026 by outscale
      Meet Neo: Your AI Platform Teammate