Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
Change naming
Browse files Browse the repository at this point in the history
  • Loading branch information
cpd-nuker committed Feb 9, 2023
1 parent b49f3e7 commit 8ff8808
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 @@ -56,7 +56,7 @@ func (e *EC2RouteTable) Remove() error {

func (e *EC2RouteTable) Properties() types.Properties {
properties := types.NewProperties()
properties.Set("ID", e.routeTable.RouteTableId)
properties.Set("Identifier", e.routeTable.RouteTableId)

for _, tagValue := range e.routeTable.Tags {
properties.SetTag(tagValue.Key, tagValue.Value)
Expand Down

0 comments on commit 8ff8808

Please sign in to comment.