Skip to content

Commit

Permalink
Add S3 reference mappings #320
Browse files Browse the repository at this point in the history
  • Loading branch information
iann0036 committed May 19, 2023
1 parent 5f254f0 commit f65ce6a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions js/services/s3.js
Original file line number Diff line number Diff line change
Expand Up @@ -1161,6 +1161,10 @@ service_mapping_functions.push(function(reqParams, obj, tracked_resources){
'Ref': obj.data.Name,
'Import': {
'BucketName': obj.data.Name
},
'Terraform': {
'id': obj.data.Name,
'arn': 'arn:aws:s3:::' + obj.data.Name
}
}
});
Expand Down

0 comments on commit f65ce6a

Please sign in to comment.