Skip to content
This repository has been archived by the owner on Sep 4, 2021. It is now read-only.

Commit

Permalink
Merge pull request #491 from flenter/fix_indentation
Browse files Browse the repository at this point in the history
stack-template.json: use spaces only for indenting
  • Loading branch information
aaronlevy committed May 20, 2016
2 parents b1f58ae + 5fa3df6 commit f4f6d3a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions multi-node/aws/pkg/config/templates/stack-template.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
},
"Type": "AWS::AutoScaling::AutoScalingGroup",
"UpdatePolicy" : {
"AutoScalingRollingUpdate" : {
"AutoScalingRollingUpdate" : {
"MinInstancesInService" :
{{if .WorkerSpotPrice}}
"0"
Expand All @@ -87,7 +87,7 @@
{{end}},
"MaxBatchSize" : "1",
"PauseTime" : "PT2M"
}
}
}
},
"EIPController": {
Expand Down Expand Up @@ -166,11 +166,11 @@
"Effect": "Allow",
"Resource": "*"
},
{
"Action" : "kms:Decrypt",
"Effect" : "Allow",
"Resource" : "{{.KMSKeyARN}}"
}
{
"Action" : "kms:Decrypt",
"Effect" : "Allow",
"Resource" : "{{.KMSKeyARN}}"
}
],
"Version": "2012-10-17"
},
Expand Down

0 comments on commit f4f6d3a

Please sign in to comment.