We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d31cb80 commit 4e6c05dCopy full SHA for 4e6c05d
modules/dx-private-virtual-interface/main.tf
@@ -72,8 +72,6 @@ resource "aws_dx_private_virtual_interface" "this" {
72
# Additional BGP Peerings for Private VIF
73
###################################################
74
75
-# INFO: Not supported attributes
76
-# - `netmask_length`
77
resource "aws_dx_bgp_peer" "this" {
78
for_each = {
79
for peering in local.secondary_peerings :
0 commit comments