Terraform module to manage the following Twingate resources:
- twingate_remote_network
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"
}
Name | Version |
---|---|
terraform | >= 1.0 |
twingate | ~> 3.0 |
Name | Version |
---|---|
twingate | ~> 3.0 |
No modules.
Name | Type |
---|---|
twingate_remote_network.this | resource |
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 |
Name | Description |
---|---|
id | The ID of the Remote Network |
Created and maintained by Dennis Hoppe.
Apache 2 licensed. See LICENSE for full details.