Skip to content

dhoppeIT/terraform-twingate-remote_network

Repository files navigation

terraform-twingate-remote_network

Terraform module to manage the following Twingate resources:

  • twingate_remote_network

Usage

Copy and paste the following code snippet to your Terraform configuration, specify the required variables and run the command terraform init.

module "twingate_remote_network" {
  source  = "gitlab.com/terraform-child-modules-48151/terraform-twingate-remote-network/local"
  version = "1.0.0"

  name = "example-network"

  location = "ON_PREMISE"
}

Requirements

Name Version
terraform >= 1.0
twingate ~> 3.0

Providers

Name Version
twingate ~> 3.0

Modules

No modules.

Resources

Name Type
twingate_remote_network.this resource

Inputs

Name Description Type Default Required
location The location of the Remote Network string null no
name The name of the Remote Network string n/a yes
type The type of the Remote Network string "REGULAR" no

Outputs

Name Description
id The ID of the Remote Network

Authors

Created and maintained by Dennis Hoppe.

License

Apache 2 licensed. See LICENSE for full details.