Replacing hard coded value in python script with terraform variable
I have python script where in I have passed instances id of aws instances in hard code format I want to pass this value in terraform variables file and make it more dynamic so how can I do this can anyone please help me on this