Skip to content

Commit

Permalink
remove -r option
Browse files Browse the repository at this point in the history
  • Loading branch information
fujiwara committed Mar 27, 2020
1 parent 6078af9 commit 11f4cbc
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ func main() {

```
Usage of tfstate-lookup:
-r raw output
-raw
raw output
-s string
tfstate file path (default "terraform.tfstate")
-state string
Expand All @@ -39,9 +36,6 @@ Usage of tfstate-lookup:

```console
$ tfstate-lookup aws_vpc.main.id
"vpc-1a2b3c4d"

$ tfstate-lookup -r aws_vpc.main.id
vpc-1a2b3c4d

$ tfstate-lookup aws_vpc.main
Expand Down

0 comments on commit 11f4cbc

Please sign in to comment.