Skip to content
This repository has been archived by the owner on Sep 9, 2022. It is now read-only.

Commit

Permalink
Update tfstate count
Browse files Browse the repository at this point in the history
  • Loading branch information
linc01n committed Apr 28, 2019
1 parent 34cb833 commit d92a562
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 @@ -31,7 +31,7 @@ def tfstate
"health_check_type" => group.health_check_type,
"id" => group.auto_scaling_group_name,
"launch_configuration" => group.launch_configuration_name,
"load_balancers.#" => "0",
"load_balancers.#" => group.load_balancer_names.count.to_s,
"max_size" => group.max_size.to_s,
"min_size" => group.min_size.to_s,
"name" => group.auto_scaling_group_name,
Expand Down

0 comments on commit d92a562

Please sign in to comment.