как привести в красивый вид код: if tags["Key"] == 'Name': instance_name = tags['Value'] if tags["Key"] == 'elasticbeanstalk:environment-name': beanstalk_name = tags['Value'] if tags['Key'] == 'Project': project = tags['Value'] if tags['Key'] == 'Owner': owner = tags['Value']