Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Interpret TFState #48

Merged
merged 3 commits into from
Feb 5, 2017
Merged

Interpret TFState #48

merged 3 commits into from
Feb 5, 2017

Conversation

wata727
Copy link
Member

@wata727 wata727 commented Feb 5, 2017

Fix #44

TFState has current infrastructure state information by Terraform. In order to detect more complicated issues, it is necessary.
There are two types of TFState, local state and remote state. local state is default state, it is stored under the current directory as terraform.tfstate. On the other hand remote state is backend state (e.g. S3, Atlas, Consul, etc.), cache state is stored in .terraform/terraform.tfstate.

TFLint loads these state files. If there are not found, it will continue processing without error.

@wata727 wata727 merged commit 2e60732 into master Feb 5, 2017
@wata727 wata727 deleted the parse_tfstate branch February 5, 2017 07:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant