Skip to content

Commit

Permalink
Turn DryRun off for launch instance wizard
Browse files Browse the repository at this point in the history
  • Loading branch information
joguSD committed Sep 2, 2016
1 parent c138a1b commit 9f8aa3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion awsshell/data/wizards/2016-01-01/launch-instance.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
"Resource": {
"Service": "ec2",
"Operation": "RunInstances",
"Parameters": { "DryRun": true },
"Parameters": { "DryRun": false },
"EnvParameters": {
"ImageId": "ImageId",
"SubnetId": "SubnetId",
Expand Down

0 comments on commit 9f8aa3c

Please sign in to comment.