Skip to content
This repository has been archived by the owner on Nov 10, 2023. It is now read-only.

Commit

Permalink
Merge pull request dtan4#170 from shouyu/retrieve_full_list_of_asg
Browse files Browse the repository at this point in the history
Retrieve full list of AutoScaling Groups
  • Loading branch information
dtan4 committed Feb 19, 2016
2 parents e0e5dee + 9ef6d0f commit 1502a23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/terraforming/resource/auto_scaling_group.rb
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def tfstate
private

def auto_scaling_groups
@client.describe_auto_scaling_groups.auto_scaling_groups
@client.describe_auto_scaling_groups.map(&:auto_scaling_groups).flatten
end

def module_name_of(group)
Expand Down

0 comments on commit 1502a23

Please sign in to comment.