We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f000974 commit 2a1bbd3Copy full SHA for 2a1bbd3
internal/service/core/core_route_table_resource.go
@@ -439,6 +439,7 @@ func RouteRuleToMap(obj oci_core.RouteRule) map[string]interface{} {
439
}
440
441
result["destination_type"] = string(obj.DestinationType)
442
+ result["route_type"] = string(obj.RouteType)
443
444
if obj.NetworkEntityId != nil {
445
result["network_entity_id"] = string(*obj.NetworkEntityId)
0 commit comments