Terraform module to manage the following Twingate resources:
- twingate_service_account
Copy and paste the following code snippet to your Terraform configuration,
specify the required variables and run the command terraform init
.
module "twingate_service_account" {
source = "gitlab.com/terraform-child-modules-48151/terraform-twingate-service-account/local"
version = "1.0.0"
name = "example-service_account"
}
Name | Version |
---|---|
terraform | >= 1.0 |
twingate | ~> 3.0 |
Name | Version |
---|---|
twingate | ~> 3.0 |
No modules.
Name | Type |
---|---|
twingate_service_account.this | resource |
Name | Description | Type | Default | Required |
---|---|---|---|---|
name | The name of the Service Account in Twingate | string |
n/a | yes |
Name | Description |
---|---|
id | Autogenerated ID of the Service Account |
Created and maintained by Dennis Hoppe.
Apache 2 licensed. See LICENSE for full details.