Skip to content

dhoppeIT/terraform-twingate-service_account

Repository files navigation

terraform-twingate-service_account

Terraform module to manage the following Twingate resources:

  • twingate_service_account

Usage

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"
}

Requirements

Name Version
terraform >= 1.0
twingate ~> 3.0

Providers

Name Version
twingate ~> 3.0

Modules

No modules.

Resources

Name Type
twingate_service_account.this resource

Inputs

Name Description Type Default Required
name The name of the Service Account in Twingate string n/a yes

Outputs

Name Description
id Autogenerated ID of the Service Account

Authors

Created and maintained by Dennis Hoppe.

License

Apache 2 licensed. See LICENSE for full details.