Fix indentation

This commit is contained in:
shiranj
2021-04-19 15:52:43 -07:00
parent 0472bc49aa
commit 23b9b3e12b
@@ -205,7 +205,7 @@ def create_volume(ec2_client, availability_zone, repository_name, project, pipel
'ResourceType': 'volume',
'Tags': [
{ 'Key': 'Name', 'Value': mount_name },
{'Key': 'RepositoryName', 'Value': repository_name},
{ 'Key': 'RepositoryName', 'Value': repository_name},
{ 'Key': 'Project', 'Value': project },
{ 'Key': 'Pipeline', 'Value': pipeline },
{ 'Key': 'BranchName', 'Value': branch },