Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
fujiwara committed Mar 26, 2020
1 parent 70fd1f7 commit 5e31ce2
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import(
)

func main() {
f, _ := os.Open("terraform.tfstate")
f, _ := os.Open("terraform.tfstate")
state, _ := tfstate.Read(f)
res, _ := state.Lookup("aws_vpc.main.id")
vpcID := res.(string)
Expand Down
Loading

0 comments on commit 5e31ce2

Please sign in to comment.