Method: CloudFormationTool#aws_config

Defined in:
lib/cloud_formation_tool.rb

#aws_configObject



91
92
93
94
95
96
97
98
# File 'lib/cloud_formation_tool.rb', line 91

def aws_config
  {
#      credentials: awscreds,
    profile: profile,
    region: region,
    http_read_timeout: 5
  }
end