You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The TFState files contain all of the information we need to perform cost estimation. There's no reason why we shouldn't be able to load it into a cost.State.
To do this, we could add a new function in the terraform package to ExtractQueriesFromStatefile (or similar) that would return []query.Resource. These would be then used in the same way as currently for the plans.
The text was updated successfully, but these errors were encountered:
The TFState files contain all of the information we need to perform cost estimation. There's no reason why we shouldn't be able to load it into a
cost.State
.To do this, we could add a new function in the
terraform
package toExtractQueriesFromStatefile
(or similar) that would return[]query.Resource
. These would be then used in the same way as currently for the plans.The text was updated successfully, but these errors were encountered: