Skip to content

Commit

Permalink
Add version to the base params of the request
Browse files Browse the repository at this point in the history
  • Loading branch information
probably-not committed Jan 6, 2025
1 parent e004ebc commit 436175d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/flame_ec2/ec2_api.ex
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ defmodule FlameEC2.EC2Api do
)

base_params = %{
"Version" => "2016-11-15",
"MaxCount" => 1,
"MinCount" => 1,
"KeyName" => config.key_name,
Expand Down

0 comments on commit 436175d

Please sign in to comment.