diff --git a/saltcloud/clouds/aws.py b/saltcloud/clouds/aws.py index 6b6f478ea2..19369d54b9 100644 --- a/saltcloud/clouds/aws.py +++ b/saltcloud/clouds/aws.py @@ -252,4 +252,4 @@ def create_attach_volumes(volumes, location, data): created_volume = conn.create_volume(volume['size'], volume_name, avz) attach = conn.attach_volume(data, created_volume, volume['device']) if attach: - print ('{0} attached to {1} (aka {2}) as device {3}'.format(created_volume.id, data.id, data.name, volume['device'])) + print ('{0} attached to {1} (aka {2}) as device {3}'.format(created_volume.id, data.id, data.name, volume['device']))