Skip to content

Commit

Permalink
chore: fix the property name back to original, note future removal
Browse files Browse the repository at this point in the history
  • Loading branch information
ekristen committed Mar 8, 2024
1 parent 9c7e306 commit 32ed611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/ec2-route-tables.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ func (e *EC2RouteTable) Properties() types.Properties {

properties.Set("DefaultVPC", e.defaultVPC)
properties.Set("OwnerID", e.ownerID)
properties.SetWithPrefix("vpc", "vpcID", e.vpc.VpcId)
properties.Set("vpcID", e.vpc.VpcId) // TODO: deprecate and remove this
properties.SetWithPrefix("vpc", "ID", e.vpc.VpcId)

for _, tagValue := range e.routeTable.Tags {
Expand Down

0 comments on commit 32ed611

Please sign in to comment.