Skip to content

Commit 2a1bbd3

Browse files
committed
fix: mapping for route_type in route rules
1 parent f000974 commit 2a1bbd3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/service/core/core_route_table_resource.go

+1
Original file line numberDiff line numberDiff line change
@@ -439,6 +439,7 @@ func RouteRuleToMap(obj oci_core.RouteRule) map[string]interface{} {
439439
}
440440

441441
result["destination_type"] = string(obj.DestinationType)
442+
result["route_type"] = string(obj.RouteType)
442443

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

0 commit comments

Comments
 (0)