aws∕customer‒gateway - dicomgrid/pt-modules GitHub Wiki

Usage

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

module "aws_customer_gateway" {
  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.9
aws >= 3.36.0

Providers

Name Version
aws >= 3.36.0

Modules

No modules.

Resources

Name Type
aws_customer_gateway.main resource

Inputs

Name Description Type Default Required
asn n/a any n/a yes
ip n/a any n/a yes
tags n/a any n/a yes
aws_project_id n/a string "null" no
code_managed n/a string "true" no
compliance n/a string "null" no
map_migrated n/a string "null" no
onetime n/a string "null" no
type n/a string "ipsec.1" no

Outputs

No outputs.

Changelog