Skip to content

Commit

Permalink
fix: mapping for route_type in route rules
Browse files Browse the repository at this point in the history
  • Loading branch information
nepeat committed Oct 17, 2024
1 parent f000974 commit 2a1bbd3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/service/core/core_route_table_resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -439,6 +439,7 @@ func RouteRuleToMap(obj oci_core.RouteRule) map[string]interface{} {
}

result["destination_type"] = string(obj.DestinationType)
result["route_type"] = string(obj.RouteType)

if obj.NetworkEntityId != nil {
result["network_entity_id"] = string(*obj.NetworkEntityId)
Expand Down

0 comments on commit 2a1bbd3

Please sign in to comment.