mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
enabling region parameter for AWS cloud formation requests
This commit is contained in:
parent
c47e7cac0a
commit
00a038dee0
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ module Fog
|
||||||
class CloudFormation < Fog::Service
|
class CloudFormation < Fog::Service
|
||||||
|
|
||||||
requires :aws_access_key_id, :aws_secret_access_key
|
requires :aws_access_key_id, :aws_secret_access_key
|
||||||
recognizes :host, :path, :port, :scheme, :persistent
|
recognizes :host, :path, :port, :scheme, :persistent, :region
|
||||||
|
|
||||||
request_path 'fog/aws/requests/cloud_formation'
|
request_path 'fog/aws/requests/cloud_formation'
|
||||||
request :create_stack
|
request :create_stack
|
||||||
|
|
Loading…
Reference in a new issue