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:
- Access
Key stringId - The Access Key ID for API operations.
- Api
Provider
Api - Config
File string - Path to the configuration file in which you have defined your credentials.
- Endpoints
List<Provider
Endpoint> - Insecure bool
- TLS insecure connection for IaaS API operations.
- Oks
Provider
Oks - Profile string
- Name of your profile in which you define your credencial
- Region string
- The Region for API operations.
- Secret
Key stringId - The Secret Key ID for API operations.
- X509Cert
Path string - Path to the x509 certificate for IaaS API operations.
- X509Key
Path string - Path to the x509 key for IaaS API operations.
- Access
Key stringId - The Access Key ID for API operations.
- Api
Provider
Api Args - Config
File string - Path to the configuration file in which you have defined your credentials.
- Endpoints
[]Provider
Endpoint Args - Insecure bool
- TLS insecure connection for IaaS API operations.
- Oks
Provider
Oks Args - Profile string
- Name of your profile in which you define your credencial
- Region string
- The Region for API operations.
- Secret
Key stringId - The Secret Key ID for API operations.
- X509Cert
Path string - Path to the x509 certificate for IaaS API operations.
- X509Key
Path string - Path to the x509 key for IaaS API operations.
- access
Key StringId - The Access Key ID for API operations.
- api
Provider
Api - config
File String - Path to the configuration file in which you have defined your credentials.
- endpoints
List<Provider
Endpoint> - insecure Boolean
- TLS insecure connection for IaaS API operations.
- oks
Provider
Oks - profile String
- Name of your profile in which you define your credencial
- region String
- The Region for API operations.
- secret
Key StringId - The Secret Key ID for API operations.
- x509Cert
Path String - Path to the x509 certificate for IaaS API operations.
- x509Key
Path String - Path to the x509 key for IaaS API operations.
- access
Key stringId - The Access Key ID for API operations.
- api
Provider
Api - config
File string - Path to the configuration file in which you have defined your credentials.
- endpoints
Provider
Endpoint[] - insecure boolean
- TLS insecure connection for IaaS API operations.
- oks
Provider
Oks - profile string
- Name of your profile in which you define your credencial
- region string
- The Region for API operations.
- secret
Key stringId - The Secret Key ID for API operations.
- x509Cert
Path string - Path to the x509 certificate for IaaS API operations.
- x509Key
Path string - Path to the x509 key for IaaS API operations.
- access_
key_ strid - The Access Key ID for API operations.
- api
Provider
Api Args - config_
file str - Path to the configuration file in which you have defined your credentials.
- endpoints
Sequence[Provider
Endpoint Args] - insecure bool
- TLS insecure connection for IaaS API operations.
- oks
Provider
Oks Args - profile str
- Name of your profile in which you define your credencial
- region str
- The Region for API operations.
- secret_
key_ strid - The Secret Key ID for API operations.
- x509_
cert_ strpath - Path to the x509 certificate for IaaS API operations.
- x509_
key_ strpath - Path to the x509 key for IaaS API operations.
- access
Key StringId - The Access Key ID for API operations.
- api Property Map
- config
File String - Path to the configuration file in which you have defined your credentials.
- endpoints List<Property Map>
- insecure Boolean
- TLS insecure connection for IaaS API operations.
- oks Property Map
- profile String
- Name of your profile in which you define your credencial
- region String
- The Region for API operations.
- secret
Key StringId - The Secret Key ID for API operations.
- x509Cert
Path String - Path to the x509 certificate for IaaS API operations.
- x509Key
Path String - Path to the x509 key for IaaS API operations.
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
- X509Cert
Path string - Path to the x509 certificate
- X509Key
Path string - Path to the x509 key
- Endpoint string
- Insecure bool
- TLS insecure connection
- Region string
- X509Cert
Path string - Path to the x509 certificate
- X509Key
Path string - Path to the x509 key
- endpoint String
- insecure Boolean
- TLS insecure connection
- region String
- x509Cert
Path String - Path to the x509 certificate
- x509Key
Path String - Path to the x509 key
- endpoint string
- insecure boolean
- TLS insecure connection
- region string
- x509Cert
Path string - Path to the x509 certificate
- x509Key
Path string - Path to the x509 key
- endpoint str
- insecure bool
- TLS insecure connection
- region str
- x509_
cert_ strpath - Path to the x509 certificate
- x509_
key_ strpath - Path to the x509 key
- endpoint String
- insecure Boolean
- TLS insecure connection
- region String
- x509Cert
Path String - Path to the x509 certificate
- x509Key
Path String - Path to the x509 key
ProviderEndpoint, ProviderEndpointArgs
ProviderOks, ProviderOksArgs
Package Details
- Repository
- outscale outscale/terraform-provider-outscale
- License
- Notes
- This Pulumi package is based on the
outscaleTerraform Provider.
