Inconsistent destination field naming for route table #15275
Labels
service/ec2
Issues and PRs that pertain to the ec2 service.
stale
Old or inactive issues managed by automation, if no further action taken these will get closed.
The AWS API field names for route table route destinations are
DestinationCidrBlock
,DestinationIpv6CidrBlock
, andDestinationPrefixListId
.In
aws_route_table
anddata.aws_route_table
, the inline route fields arecidr_block
andipv6_cidr_block
(#15273 addsDestinationPrefixListId
). Inaws_route
anddata.aws_route
, the fields are nameddestination_cidr_block
,destination_ipv6_cidr_block
, anddestination_prefix_list_id
.Naming should be made consistent and the old names deprecated.
Affected Resources
The text was updated successfully, but these errors were encountered: