aws∕vpn - dicomgrid/pt-modules GitHub Wiki

Usage

To use this module in your Terraform, refer to the below module example:

module "aws_vpn" {
  source = "git::https://github.com/dicomgrid/pt-modules.git?ref=null"

  # See inputs below for additional required parameters
}

Attributes

Requirements

Name Version
terraform ~> 1.0
aws >= 5.49.0

Providers

Name Version
aws >= 5.49.0

Modules

No modules.

Resources

Name Type
aws_cloudwatch_log_group.main resource
aws_customer_gateway.main resource
aws_ec2_tag.tgwa resource
aws_vpn_connection.main resource

Inputs

Name Description Type Default Required
tags n/a any n/a yes
aws_project_id n/a string "null" no
cloudwatch_log_groups n/a map {} no
code_managed n/a string "true" no
compliance n/a string "null" no
customer_gateways n/a map {} no
default_dh_group_numbers n/a list
[
"14",
"15",
"16",
"17",
"18",
"19",
"20",
"21",
"22",
"23",
"24"
]
no
default_encryption_algorithms n/a list
[
"AES256",
"AES256-GCM-16"
]
no
default_integrity_algorithms n/a list
[
"SHA2-256",
"SHA2-384",
"SHA2-512"
]
no
map_migrated n/a string "null" no
onetime n/a string "null" no
vpns n/a map {} no

Outputs

Name Description
config n/a

Changelog

⚠️ **GitHub.com Fallback** ⚠️