You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
module"aviatrix_device_transit_gateway_attachment" {
source="./modules/aviatrix/r/aviatrix_device_transit_gateway_attachment"# connection_name - (required) is a type of stringconnection_name=null# device_bgp_asn - (required) is a type of numberdevice_bgp_asn=null# device_name - (required) is a type of stringdevice_name=null# enable_global_accelerator - (optional) is a type of boolenable_global_accelerator=null# enable_learned_cidrs_approval - (optional) is a type of boolenable_learned_cidrs_approval=null# local_tunnel_ip - (optional) is a type of stringlocal_tunnel_ip=null# manual_bgp_advertised_cidrs - (optional) is a type of set of stringmanual_bgp_advertised_cidrs=[]
# phase1_authentication - (optional) is a type of stringphase1_authentication=null# phase1_dh_groups - (optional) is a type of stringphase1_dh_groups=null# phase1_encryption - (optional) is a type of stringphase1_encryption=null# phase2_authentication - (optional) is a type of stringphase2_authentication=null# phase2_dh_groups - (optional) is a type of stringphase2_dh_groups=null# phase2_encryption - (optional) is a type of stringphase2_encryption=null# pre_shared_key - (optional) is a type of stringpre_shared_key=null# remote_tunnel_ip - (optional) is a type of stringremote_tunnel_ip=null# transit_gateway_bgp_asn - (required) is a type of numbertransit_gateway_bgp_asn=null# transit_gateway_name - (required) is a type of stringtransit_gateway_name=null
}
resource"aviatrix_device_transit_gateway_attachment""this" {
# connection_name - (required) is a type of stringconnection_name=var.connection_name# device_bgp_asn - (required) is a type of numberdevice_bgp_asn=var.device_bgp_asn# device_name - (required) is a type of stringdevice_name=var.device_name# enable_global_accelerator - (optional) is a type of boolenable_global_accelerator=var.enable_global_accelerator# enable_learned_cidrs_approval - (optional) is a type of boolenable_learned_cidrs_approval=var.enable_learned_cidrs_approval# local_tunnel_ip - (optional) is a type of stringlocal_tunnel_ip=var.local_tunnel_ip# manual_bgp_advertised_cidrs - (optional) is a type of set of stringmanual_bgp_advertised_cidrs=var.manual_bgp_advertised_cidrs# phase1_authentication - (optional) is a type of stringphase1_authentication=var.phase1_authentication# phase1_dh_groups - (optional) is a type of stringphase1_dh_groups=var.phase1_dh_groups# phase1_encryption - (optional) is a type of stringphase1_encryption=var.phase1_encryption# phase2_authentication - (optional) is a type of stringphase2_authentication=var.phase2_authentication# phase2_dh_groups - (optional) is a type of stringphase2_dh_groups=var.phase2_dh_groups# phase2_encryption - (optional) is a type of stringphase2_encryption=var.phase2_encryption# pre_shared_key - (optional) is a type of stringpre_shared_key=var.pre_shared_key# remote_tunnel_ip - (optional) is a type of stringremote_tunnel_ip=var.remote_tunnel_ip# transit_gateway_bgp_asn - (required) is a type of numbertransit_gateway_bgp_asn=var.transit_gateway_bgp_asn# transit_gateway_name - (required) is a type of stringtransit_gateway_name=var.transit_gateway_name
}