1. Packages
  2. Packages
  3. Twingate
  4. API Docs
  5. TwingateGatewayConfig
Viewing docs for Twingate v4.1.0
published on Monday, Apr 13, 2026 by Twingate
twingate logo
Viewing docs for Twingate v4.1.0
published on Monday, Apr 13, 2026 by Twingate

    Generates a Gateway configuration YAML from SSH and Kubernetes resources.

    Create TwingateGatewayConfig Resource

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

    Constructor syntax

    new TwingateGatewayConfig(name: string, args?: TwingateGatewayConfigArgs, opts?: CustomResourceOptions);
    @overload
    def TwingateGatewayConfig(resource_name: str,
                              args: Optional[TwingateGatewayConfigArgs] = None,
                              opts: Optional[ResourceOptions] = None)
    
    @overload
    def TwingateGatewayConfig(resource_name: str,
                              opts: Optional[ResourceOptions] = None,
                              kubernetes: Optional[TwingateGatewayConfigKubernetesArgs] = None,
                              metrics_port: Optional[int] = None,
                              port: Optional[int] = None,
                              ssh: Optional[TwingateGatewayConfigSshArgs] = None,
                              tls: Optional[TwingateGatewayConfigTlsArgs] = None)
    func NewTwingateGatewayConfig(ctx *Context, name string, args *TwingateGatewayConfigArgs, opts ...ResourceOption) (*TwingateGatewayConfig, error)
    public TwingateGatewayConfig(string name, TwingateGatewayConfigArgs? args = null, CustomResourceOptions? opts = null)
    public TwingateGatewayConfig(String name, TwingateGatewayConfigArgs args)
    public TwingateGatewayConfig(String name, TwingateGatewayConfigArgs args, CustomResourceOptions options)
    
    type: twingate:TwingateGatewayConfig
    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 TwingateGatewayConfigArgs
    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 TwingateGatewayConfigArgs
    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 TwingateGatewayConfigArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args TwingateGatewayConfigArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args TwingateGatewayConfigArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    TwingateGatewayConfig 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 TwingateGatewayConfig resource accepts the following input properties:

    Kubernetes Twingate.Twingate.Inputs.TwingateGatewayConfigKubernetes
    Kubernetes configuration block containing resource settings.
    MetricsPort int
    Gateway metrics port. Default: 9090.
    Port int
    Gateway listen port. Default: 8443.
    Ssh Twingate.Twingate.Inputs.TwingateGatewayConfigSsh
    SSH configuration block containing gateway, CA, and resource settings.
    Tls Twingate.Twingate.Inputs.TwingateGatewayConfigTls
    TLS configuration for the gateway.
    Kubernetes TwingateGatewayConfigKubernetesArgs
    Kubernetes configuration block containing resource settings.
    MetricsPort int
    Gateway metrics port. Default: 9090.
    Port int
    Gateway listen port. Default: 8443.
    Ssh TwingateGatewayConfigSshArgs
    SSH configuration block containing gateway, CA, and resource settings.
    Tls TwingateGatewayConfigTlsArgs
    TLS configuration for the gateway.
    kubernetes TwingateGatewayConfigKubernetes
    Kubernetes configuration block containing resource settings.
    metricsPort Integer
    Gateway metrics port. Default: 9090.
    port Integer
    Gateway listen port. Default: 8443.
    ssh TwingateGatewayConfigSsh
    SSH configuration block containing gateway, CA, and resource settings.
    tls TwingateGatewayConfigTls
    TLS configuration for the gateway.
    kubernetes TwingateGatewayConfigKubernetes
    Kubernetes configuration block containing resource settings.
    metricsPort number
    Gateway metrics port. Default: 9090.
    port number
    Gateway listen port. Default: 8443.
    ssh TwingateGatewayConfigSsh
    SSH configuration block containing gateway, CA, and resource settings.
    tls TwingateGatewayConfigTls
    TLS configuration for the gateway.
    kubernetes TwingateGatewayConfigKubernetesArgs
    Kubernetes configuration block containing resource settings.
    metrics_port int
    Gateway metrics port. Default: 9090.
    port int
    Gateway listen port. Default: 8443.
    ssh TwingateGatewayConfigSshArgs
    SSH configuration block containing gateway, CA, and resource settings.
    tls TwingateGatewayConfigTlsArgs
    TLS configuration for the gateway.
    kubernetes Property Map
    Kubernetes configuration block containing resource settings.
    metricsPort Number
    Gateway metrics port. Default: 9090.
    port Number
    Gateway listen port. Default: 8443.
    ssh Property Map
    SSH configuration block containing gateway, CA, and resource settings.
    tls Property Map
    TLS configuration for the gateway.

    Outputs

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

    Content string
    The generated YAML configuration content.
    Id string
    The provider-assigned unique ID for this managed resource.
    Content string
    The generated YAML configuration content.
    Id string
    The provider-assigned unique ID for this managed resource.
    content String
    The generated YAML configuration content.
    id String
    The provider-assigned unique ID for this managed resource.
    content string
    The generated YAML configuration content.
    id string
    The provider-assigned unique ID for this managed resource.
    content str
    The generated YAML configuration content.
    id str
    The provider-assigned unique ID for this managed resource.
    content String
    The generated YAML configuration content.
    id String
    The provider-assigned unique ID for this managed resource.

    Look up Existing TwingateGatewayConfig Resource

    Get an existing TwingateGatewayConfig resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

    public static get(name: string, id: Input<ID>, state?: TwingateGatewayConfigState, opts?: CustomResourceOptions): TwingateGatewayConfig
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            content: Optional[str] = None,
            kubernetes: Optional[TwingateGatewayConfigKubernetesArgs] = None,
            metrics_port: Optional[int] = None,
            port: Optional[int] = None,
            ssh: Optional[TwingateGatewayConfigSshArgs] = None,
            tls: Optional[TwingateGatewayConfigTlsArgs] = None) -> TwingateGatewayConfig
    func GetTwingateGatewayConfig(ctx *Context, name string, id IDInput, state *TwingateGatewayConfigState, opts ...ResourceOption) (*TwingateGatewayConfig, error)
    public static TwingateGatewayConfig Get(string name, Input<string> id, TwingateGatewayConfigState? state, CustomResourceOptions? opts = null)
    public static TwingateGatewayConfig get(String name, Output<String> id, TwingateGatewayConfigState state, CustomResourceOptions options)
    resources:  _:    type: twingate:TwingateGatewayConfig    get:      id: ${id}
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    Content string
    The generated YAML configuration content.
    Kubernetes Twingate.Twingate.Inputs.TwingateGatewayConfigKubernetes
    Kubernetes configuration block containing resource settings.
    MetricsPort int
    Gateway metrics port. Default: 9090.
    Port int
    Gateway listen port. Default: 8443.
    Ssh Twingate.Twingate.Inputs.TwingateGatewayConfigSsh
    SSH configuration block containing gateway, CA, and resource settings.
    Tls Twingate.Twingate.Inputs.TwingateGatewayConfigTls
    TLS configuration for the gateway.
    Content string
    The generated YAML configuration content.
    Kubernetes TwingateGatewayConfigKubernetesArgs
    Kubernetes configuration block containing resource settings.
    MetricsPort int
    Gateway metrics port. Default: 9090.
    Port int
    Gateway listen port. Default: 8443.
    Ssh TwingateGatewayConfigSshArgs
    SSH configuration block containing gateway, CA, and resource settings.
    Tls TwingateGatewayConfigTlsArgs
    TLS configuration for the gateway.
    content String
    The generated YAML configuration content.
    kubernetes TwingateGatewayConfigKubernetes
    Kubernetes configuration block containing resource settings.
    metricsPort Integer
    Gateway metrics port. Default: 9090.
    port Integer
    Gateway listen port. Default: 8443.
    ssh TwingateGatewayConfigSsh
    SSH configuration block containing gateway, CA, and resource settings.
    tls TwingateGatewayConfigTls
    TLS configuration for the gateway.
    content string
    The generated YAML configuration content.
    kubernetes TwingateGatewayConfigKubernetes
    Kubernetes configuration block containing resource settings.
    metricsPort number
    Gateway metrics port. Default: 9090.
    port number
    Gateway listen port. Default: 8443.
    ssh TwingateGatewayConfigSsh
    SSH configuration block containing gateway, CA, and resource settings.
    tls TwingateGatewayConfigTls
    TLS configuration for the gateway.
    content str
    The generated YAML configuration content.
    kubernetes TwingateGatewayConfigKubernetesArgs
    Kubernetes configuration block containing resource settings.
    metrics_port int
    Gateway metrics port. Default: 9090.
    port int
    Gateway listen port. Default: 8443.
    ssh TwingateGatewayConfigSshArgs
    SSH configuration block containing gateway, CA, and resource settings.
    tls TwingateGatewayConfigTlsArgs
    TLS configuration for the gateway.
    content String
    The generated YAML configuration content.
    kubernetes Property Map
    Kubernetes configuration block containing resource settings.
    metricsPort Number
    Gateway metrics port. Default: 9090.
    port Number
    Gateway listen port. Default: 8443.
    ssh Property Map
    SSH configuration block containing gateway, CA, and resource settings.
    tls Property Map
    TLS configuration for the gateway.

    Supporting Types

    TwingateGatewayConfigKubernetes, TwingateGatewayConfigKubernetesArgs

    Resources List<Twingate.Twingate.Inputs.TwingateGatewayConfigKubernetesResource>
    List of Kubernetes resources. Accepts full twingatekubernetesresource references.
    Resources []TwingateGatewayConfigKubernetesResource
    List of Kubernetes resources. Accepts full twingatekubernetesresource references.
    resources List<TwingateGatewayConfigKubernetesResource>
    List of Kubernetes resources. Accepts full twingatekubernetesresource references.
    resources TwingateGatewayConfigKubernetesResource[]
    List of Kubernetes resources. Accepts full twingatekubernetesresource references.
    resources Sequence[TwingateGatewayConfigKubernetesResource]
    List of Kubernetes resources. Accepts full twingatekubernetesresource references.
    resources List<Property Map>
    List of Kubernetes resources. Accepts full twingatekubernetesresource references.

    TwingateGatewayConfigKubernetesResource, TwingateGatewayConfigKubernetesResourceArgs

    Address string
    InCluster bool
    Name string
    Address string
    InCluster bool
    Name string
    address String
    inCluster Boolean
    name String
    address string
    inCluster boolean
    name string
    address String
    inCluster Boolean
    name String

    TwingateGatewayConfigSsh, TwingateGatewayConfigSshArgs

    Ca Twingate.Twingate.Inputs.TwingateGatewayConfigSshCa
    SSH CA configuration. Specify either vault.address or privatekeyfile, not both.
    Gateway Twingate.Twingate.Inputs.TwingateGatewayConfigSshGateway
    SSH gateway settings. All fields are optional and fall back to built-in defaults.
    Resources List<Twingate.Twingate.Inputs.TwingateGatewayConfigSshResource>
    List of SSH resources. Accepts full twingatesshresource references.
    Ca TwingateGatewayConfigSshCa
    SSH CA configuration. Specify either vault.address or privatekeyfile, not both.
    Gateway TwingateGatewayConfigSshGateway
    SSH gateway settings. All fields are optional and fall back to built-in defaults.
    Resources []TwingateGatewayConfigSshResource
    List of SSH resources. Accepts full twingatesshresource references.
    ca TwingateGatewayConfigSshCa
    SSH CA configuration. Specify either vault.address or privatekeyfile, not both.
    gateway TwingateGatewayConfigSshGateway
    SSH gateway settings. All fields are optional and fall back to built-in defaults.
    resources List<TwingateGatewayConfigSshResource>
    List of SSH resources. Accepts full twingatesshresource references.
    ca TwingateGatewayConfigSshCa
    SSH CA configuration. Specify either vault.address or privatekeyfile, not both.
    gateway TwingateGatewayConfigSshGateway
    SSH gateway settings. All fields are optional and fall back to built-in defaults.
    resources TwingateGatewayConfigSshResource[]
    List of SSH resources. Accepts full twingatesshresource references.
    ca TwingateGatewayConfigSshCa
    SSH CA configuration. Specify either vault.address or privatekeyfile, not both.
    gateway TwingateGatewayConfigSshGateway
    SSH gateway settings. All fields are optional and fall back to built-in defaults.
    resources Sequence[TwingateGatewayConfigSshResource]
    List of SSH resources. Accepts full twingatesshresource references.
    ca Property Map
    SSH CA configuration. Specify either vault.address or privatekeyfile, not both.
    gateway Property Map
    SSH gateway settings. All fields are optional and fall back to built-in defaults.
    resources List<Property Map>
    List of SSH resources. Accepts full twingatesshresource references.

    TwingateGatewayConfigSshCa, TwingateGatewayConfigSshCaArgs

    PrivateKeyFile string
    Path to the SSH CA private key file. Can't be used together with vault.address.
    Vault Twingate.Twingate.Inputs.TwingateGatewayConfigSshCaVault
    Vault SSH CA configuration.
    PrivateKeyFile string
    Path to the SSH CA private key file. Can't be used together with vault.address.
    Vault TwingateGatewayConfigSshCaVault
    Vault SSH CA configuration.
    privateKeyFile String
    Path to the SSH CA private key file. Can't be used together with vault.address.
    vault TwingateGatewayConfigSshCaVault
    Vault SSH CA configuration.
    privateKeyFile string
    Path to the SSH CA private key file. Can't be used together with vault.address.
    vault TwingateGatewayConfigSshCaVault
    Vault SSH CA configuration.
    private_key_file str
    Path to the SSH CA private key file. Can't be used together with vault.address.
    vault TwingateGatewayConfigSshCaVault
    Vault SSH CA configuration.
    privateKeyFile String
    Path to the SSH CA private key file. Can't be used together with vault.address.
    vault Property Map
    Vault SSH CA configuration.

    TwingateGatewayConfigSshCaVault, TwingateGatewayConfigSshCaVaultArgs

    Address string
    Vault server address. Can't be used together with ca.privatekeyfile.
    Auth Twingate.Twingate.Inputs.TwingateGatewayConfigSshCaVaultAuth
    Vault authentication configuration.
    CaBundleFile string
    Path to the Vault CA bundle file. Default: "/etc/ssl/vault-ca.crt".
    Mount string
    Vault SSH secrets engine mount path. Default: "ssh".
    Role string
    Vault role for signing certificates. Default: "gateway".
    Address string
    Vault server address. Can't be used together with ca.privatekeyfile.
    Auth TwingateGatewayConfigSshCaVaultAuth
    Vault authentication configuration.
    CaBundleFile string
    Path to the Vault CA bundle file. Default: "/etc/ssl/vault-ca.crt".
    Mount string
    Vault SSH secrets engine mount path. Default: "ssh".
    Role string
    Vault role for signing certificates. Default: "gateway".
    address String
    Vault server address. Can't be used together with ca.privatekeyfile.
    auth TwingateGatewayConfigSshCaVaultAuth
    Vault authentication configuration.
    caBundleFile String
    Path to the Vault CA bundle file. Default: "/etc/ssl/vault-ca.crt".
    mount String
    Vault SSH secrets engine mount path. Default: "ssh".
    role String
    Vault role for signing certificates. Default: "gateway".
    address string
    Vault server address. Can't be used together with ca.privatekeyfile.
    auth TwingateGatewayConfigSshCaVaultAuth
    Vault authentication configuration.
    caBundleFile string
    Path to the Vault CA bundle file. Default: "/etc/ssl/vault-ca.crt".
    mount string
    Vault SSH secrets engine mount path. Default: "ssh".
    role string
    Vault role for signing certificates. Default: "gateway".
    address str
    Vault server address. Can't be used together with ca.privatekeyfile.
    auth TwingateGatewayConfigSshCaVaultAuth
    Vault authentication configuration.
    ca_bundle_file str
    Path to the Vault CA bundle file. Default: "/etc/ssl/vault-ca.crt".
    mount str
    Vault SSH secrets engine mount path. Default: "ssh".
    role str
    Vault role for signing certificates. Default: "gateway".
    address String
    Vault server address. Can't be used together with ca.privatekeyfile.
    auth Property Map
    Vault authentication configuration.
    caBundleFile String
    Path to the Vault CA bundle file. Default: "/etc/ssl/vault-ca.crt".
    mount String
    Vault SSH secrets engine mount path. Default: "ssh".
    role String
    Vault role for signing certificates. Default: "gateway".

    TwingateGatewayConfigSshCaVaultAuth, TwingateGatewayConfigSshCaVaultAuthArgs

    Gcp Twingate.Twingate.Inputs.TwingateGatewayConfigSshCaVaultAuthGcp
    GCP authentication for Vault. Can't be used together with token.
    Token string
    Vault token used for authentication. Can't be used together with gcp.
    Gcp TwingateGatewayConfigSshCaVaultAuthGcp
    GCP authentication for Vault. Can't be used together with token.
    Token string
    Vault token used for authentication. Can't be used together with gcp.
    gcp TwingateGatewayConfigSshCaVaultAuthGcp
    GCP authentication for Vault. Can't be used together with token.
    token String
    Vault token used for authentication. Can't be used together with gcp.
    gcp TwingateGatewayConfigSshCaVaultAuthGcp
    GCP authentication for Vault. Can't be used together with token.
    token string
    Vault token used for authentication. Can't be used together with gcp.
    gcp TwingateGatewayConfigSshCaVaultAuthGcp
    GCP authentication for Vault. Can't be used together with token.
    token str
    Vault token used for authentication. Can't be used together with gcp.
    gcp Property Map
    GCP authentication for Vault. Can't be used together with token.
    token String
    Vault token used for authentication. Can't be used together with gcp.

    TwingateGatewayConfigSshCaVaultAuthGcp, TwingateGatewayConfigSshCaVaultAuthGcpArgs

    Mount string
    Vault GCP auth mount path. Default: "gcp".
    Role string
    GCP IAM role for Vault GCP authentication.
    ServiceAccountEmail string
    Service account email. Required when type is "iam".
    Type string
    GCP authentication type for Vault (e.g. "iam" or "gce"). When set to "iam", serviceaccountemail is required.
    Mount string
    Vault GCP auth mount path. Default: "gcp".
    Role string
    GCP IAM role for Vault GCP authentication.
    ServiceAccountEmail string
    Service account email. Required when type is "iam".
    Type string
    GCP authentication type for Vault (e.g. "iam" or "gce"). When set to "iam", serviceaccountemail is required.
    mount String
    Vault GCP auth mount path. Default: "gcp".
    role String
    GCP IAM role for Vault GCP authentication.
    serviceAccountEmail String
    Service account email. Required when type is "iam".
    type String
    GCP authentication type for Vault (e.g. "iam" or "gce"). When set to "iam", serviceaccountemail is required.
    mount string
    Vault GCP auth mount path. Default: "gcp".
    role string
    GCP IAM role for Vault GCP authentication.
    serviceAccountEmail string
    Service account email. Required when type is "iam".
    type string
    GCP authentication type for Vault (e.g. "iam" or "gce"). When set to "iam", serviceaccountemail is required.
    mount str
    Vault GCP auth mount path. Default: "gcp".
    role str
    GCP IAM role for Vault GCP authentication.
    service_account_email str
    Service account email. Required when type is "iam".
    type str
    GCP authentication type for Vault (e.g. "iam" or "gce"). When set to "iam", serviceaccountemail is required.
    mount String
    Vault GCP auth mount path. Default: "gcp".
    role String
    GCP IAM role for Vault GCP authentication.
    serviceAccountEmail String
    Service account email. Required when type is "iam".
    type String
    GCP authentication type for Vault (e.g. "iam" or "gce"). When set to "iam", serviceaccountemail is required.

    TwingateGatewayConfigSshGateway, TwingateGatewayConfigSshGatewayArgs

    HostCertTtl string
    Host certificate TTL. Default: "24h".
    KeyType string
    SSH key type. Default: "ed25519".
    UserCertTtl string
    User certificate TTL. Default: "5m".
    Username string
    SSH gateway username. Default: "gateway".
    HostCertTtl string
    Host certificate TTL. Default: "24h".
    KeyType string
    SSH key type. Default: "ed25519".
    UserCertTtl string
    User certificate TTL. Default: "5m".
    Username string
    SSH gateway username. Default: "gateway".
    hostCertTtl String
    Host certificate TTL. Default: "24h".
    keyType String
    SSH key type. Default: "ed25519".
    userCertTtl String
    User certificate TTL. Default: "5m".
    username String
    SSH gateway username. Default: "gateway".
    hostCertTtl string
    Host certificate TTL. Default: "24h".
    keyType string
    SSH key type. Default: "ed25519".
    userCertTtl string
    User certificate TTL. Default: "5m".
    username string
    SSH gateway username. Default: "gateway".
    host_cert_ttl str
    Host certificate TTL. Default: "24h".
    key_type str
    SSH key type. Default: "ed25519".
    user_cert_ttl str
    User certificate TTL. Default: "5m".
    username str
    SSH gateway username. Default: "gateway".
    hostCertTtl String
    Host certificate TTL. Default: "24h".
    keyType String
    SSH key type. Default: "ed25519".
    userCertTtl String
    User certificate TTL. Default: "5m".
    username String
    SSH gateway username. Default: "gateway".

    TwingateGatewayConfigSshResource, TwingateGatewayConfigSshResourceArgs

    Address string
    Name string
    Username string
    Address string
    Name string
    Username string
    address String
    name String
    username String
    address string
    name string
    username string
    address String
    name String
    username String

    TwingateGatewayConfigTls, TwingateGatewayConfigTlsArgs

    CertificateFile string
    Path to the TLS certificate file. Default: "/etc/gateway/tls.crt".
    PrivateKeyFile string
    Path to the TLS private key file. Default: "/etc/gateway/tls.key".
    CertificateFile string
    Path to the TLS certificate file. Default: "/etc/gateway/tls.crt".
    PrivateKeyFile string
    Path to the TLS private key file. Default: "/etc/gateway/tls.key".
    certificateFile String
    Path to the TLS certificate file. Default: "/etc/gateway/tls.crt".
    privateKeyFile String
    Path to the TLS private key file. Default: "/etc/gateway/tls.key".
    certificateFile string
    Path to the TLS certificate file. Default: "/etc/gateway/tls.crt".
    privateKeyFile string
    Path to the TLS private key file. Default: "/etc/gateway/tls.key".
    certificate_file str
    Path to the TLS certificate file. Default: "/etc/gateway/tls.crt".
    private_key_file str
    Path to the TLS private key file. Default: "/etc/gateway/tls.key".
    certificateFile String
    Path to the TLS certificate file. Default: "/etc/gateway/tls.crt".
    privateKeyFile String
    Path to the TLS private key file. Default: "/etc/gateway/tls.key".

    Package Details

    Repository
    twingate Twingate/pulumi-twingate
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the twingate Terraform Provider.
    twingate logo
    Viewing docs for Twingate v4.1.0
    published on Monday, Apr 13, 2026 by Twingate
      Try Pulumi Cloud free. Your team will thank you.