We have few apps created with Terrafrom in Morpheus… for more automation we need to run some tasks using the values from Apps. to run the tasks we need to input some fields like IP address, passwords with in the APp, i am not seeing a way to get those from state file and use in option lists, so i would like to use Boto3 script to get those values and provide as option lists.
let me know how i can get those values from state file to option lists? or how i can use the boto3 ?
You could however use that app id from the first option list in your script to call the state file endpoint, pull the needed info from the sate file and then use that info with your boto 3 tasks. It just wouldn’t be presented to the end user as a select list.