Skip to content

Commit a2a7f68

Browse files
francois-poidevinscraly
authored andcommitted
Fix tfenv install typo
1 parent 2ea7ddb commit a2a7f68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

terraform-cheat-sheet.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ First of all, download the tfenv binary and put it in your PATH.
3232
$ git clone https://github.com/Zordrak/tfenv.git
3333
~/.tfenv
3434
$ echo 'export PATH="$HOME/.tfenv/bin:$PATH"'
35-
>> $HOME/bashrc
35+
>> $HOME/.bashrc
3636
....
3737

3838
Then, you can install desired version of terraform:
@@ -368,4 +368,4 @@ Example:
368368
`$ terraforming s3 > aws_s3.tf`
369369

370370
Remarks: As you can see, terraforming can’t extract for the moment API gateway
371-
resources so you need to write it manually.
371+
resources so you need to write it manually.

0 commit comments

Comments
 (0)