rake-terraform
rake-terraform copied to clipboard
terraform_refresh
In addition to the available plan
and apply
commands, there should also be support for the refresh
to fetch against the real resources.
FWIW, terraform performs an implicit refresh before a plan. They should be functionally identical if you haven't updated your tf files. But yes, it might also be a good idea to add an explicit refresh.