dtan4/terraforming

View on GitHub
lib/terraforming/resource/rds.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method tfstate has 37 lines of code (exceeds 25 allowed). Consider refactoring.
Open

      def tfstate
        db_instances.inject({}) do |resources, instance|
          attributes = {
            "address" => instance.endpoint.address,
            "allocated_storage" => instance.allocated_storage.to_s,
Severity: Minor
Found in lib/terraforming/resource/rds.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status