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

Commit

Permalink
removed tfstate method. Seems it is not necessary (for now)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Conner committed Nov 3, 2016
1 parent 5f75427 commit 905ecdd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/terraforming/resource/efs.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@ def tf
apply_template(@client, "tf/elastic_filesystem")
end

def tfstate
efsystems.inject({}) { |resources, _efs| resources }
end

private

def efsystems
Expand Down

0 comments on commit 905ecdd

Please sign in to comment.