panos∕gre‒tunnel - dicomgrid/pt-modules GitHub Wiki
Usage
To use this module in your Terraform, refer to the below module example:
module "panos_gre_tunnel" {
source = "git::https://github.com/dicomgrid/pt-modules.git?ref=null"
# See inputs below for additional required parameters
}
Attributes
Requirements
Name | Version |
---|---|
terraform | >= 1.4.0, < 2.0.0 |
panos | ~> 1.11.1 |
Providers
Name | Version |
---|---|
panos | ~> 1.11.1 |
Modules
No modules.
Resources
Name | Type |
---|---|
panos_gre_tunnel.main | resource |
Inputs
Name | Description | Type | Default | Required |
---|---|---|---|---|
interface | n/a | any |
n/a | yes |
local_address | n/a | any |
n/a | yes |
name | n/a | any |
n/a | yes |
peer_address | n/a | any |
n/a | yes |
tunnel_interface | n/a | any |
n/a | yes |
copy_tos | n/a | any |
null |
no |
disabled | n/a | any |
null |
no |
enable_keep_alive | n/a | any |
null |
no |
keep_alive_hold_timer | n/a | any |
null |
no |
keep_alive_interval | n/a | any |
null |
no |
keep_alive_retry | n/a | any |
null |
no |
ttl | n/a | any |
null |
no |
Outputs
No outputs.