In tosca blueprint, I am trying to convert the received the dictionary output to string. However I am unable to find a blueprint method relevant to this. I have added by blueprint below:
process:
args:
public_ip: { get_attribute: [node1, resources, aws_instance, public_ip] }
private_ip: { get_attribute: [node1, resources, aws_instance, public_ip] }
I am receiving the following error: TypeError: sequence item 1: expected string, dict found.