This website requires JavaScript.
Explore
Help
Sign In
ResiLien
/
terraform
Watch
2
Star
0
Fork
You've already forked terraform
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
4a671fc92e
terraform
/
command
/
test-fixtures
/
refresh-empty
/
main.tf
2 lines
8 B
Terraform
Raw
Normal View
History
Unescape
Escape
backend/local: allow refresh on empty/non-existent state This allows a refresh on a non-existent or empty state file. We changed this in 0.9.0 to error which seemed reasonable but it turns out this complicates automation that runs refresh since it now needed to determine if the state file was empty before running. Its easier to just revert this into a warning with exit code zero. The reason this changed is because in 0.8.x and earlier, the output would be simply empty with exit code zero which seemed odd.
2017-03-16 20:05:11 +01:00
# Hello