Skip to content

Commit

Permalink
Add TF ID refs for rest API & authorizer #318
Browse files Browse the repository at this point in the history
  • Loading branch information
iann0036 committed May 19, 2023
1 parent 09bb373 commit 5f254f0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions js/services/apigateway.js
Original file line number Diff line number Diff line change
Expand Up @@ -2024,6 +2024,9 @@ service_mapping_functions.push(function(reqParams, obj, tracked_resources){
},
'Import': {
'RestApiId': obj.data.id
},
'Terraform': {
'id': obj.data.id
}
}
});
Expand Down Expand Up @@ -2240,6 +2243,9 @@ service_mapping_functions.push(function(reqParams, obj, tracked_resources){
'Import': {
'RestApiId': obj.data.restApiId,
'AuthorizerId': obj.data.id
},
'Terraform': {
'id': obj.data.id
}
}
});
Expand Down

0 comments on commit 5f254f0

Please sign in to comment.