Resource: aws_dx_bgp_peer

Provides a Direct Connect BGP peer resource.

Example Usage

resource "aws_dx_bgp_peer" "peer" {
  virtual_interface_id = aws_dx_private_virtual_interface.foo.id
  address_family       = "ipv6"
  bgp_asn              = 65351
}

Argument Reference

This resource supports the following arguments:

Attribute Reference

This resource exports the following attributes in addition to the arguments above:

Timeouts

Configuration options: