File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ data "aws_iam_policy_document" "assume_role_policy_for_get_doc_ref_lambda" {
144144}
145145moved {
146146 from = aws_iam_role. nrl_get_doc_presign_url_role
147- to = aws_iam_role. get_fhir_doc_presign_url_role
147+ to = aws_iam_role. get_fhir_doc_presign_url_role [ 0 ]
148148}
149149
150150resource "aws_iam_role" "get_fhir_doc_presign_url_role" {
@@ -155,7 +155,7 @@ resource "aws_iam_role" "get_fhir_doc_presign_url_role" {
155155
156156moved {
157157 from = aws_iam_role_policy_attachment. nrl_get_doc_presign_url
158- to = aws_iam_role_policy_attachment. get_doc_presign_url
158+ to = aws_iam_role_policy_attachment. get_doc_presign_url [ 0 ]
159159}
160160
161161resource "aws_iam_role_policy_attachment" "get_doc_presign_url" {
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ resource "aws_api_gateway_method" "get_document_reference" {
1919
2020moved {
2121 from = module. get-doc-nrl-lambda
22- to = module. get-doc-fhir-lambda
22+ to = module. get-doc-fhir-lambda [ 0 ]
2323}
2424
2525module "get-doc-fhir-lambda" {
You can’t perform that action at this time.
0 commit comments