• Barrett Clark's avatar
    Run apply -refresh-state instead of refresh · edbc8442
    Barrett Clark authored
    When a user runs `terraform refresh` we give them an error message that
    tells them to run `terraform apply -refresh-state`. We could just run
    that command for them, though. That is what this PR does.
    edbc8442