Closed depopry closed 1 year ago
@depopry Can you show a little bit more of the stack trace that came with the error?
@depopry I ran the template, it's likely from this !Sub "${TrustedAdvisorModule.Outputs.SQSUrl}"
This is a bug and I will try and look into it.
So this issue is here: https://github.com/DontShaveTheYak/cf2tf/blob/a0ad1ea6bdfde200976ea31a26b37968f8cf6827/src/cf2tf/conversion/expressions.py#L703
The get_att()
function will do the split. So the split just needs to be removed.
This was fixed a while ago, closing =)
I am getting the following error
ValueError: Fn::GetAtt - The values must contain the logicalNameOfResource and attributeName.
when trying to convert the CF provided below.As I understand it, the CF is valid