Update flag update (#11659)

This commit is contained in:
Jan Garaj 2017-03-16 19:59:28 +00:00 committed by Radek Simko
parent 0fc8b2cdcf
commit ee3b519778
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ $ terraform get
This command will download the modules if they haven't been already. This command will download the modules if they haven't been already.
By default, the command will not check for updates, so it is safe (and fast) By default, the command will not check for updates, so it is safe (and fast)
to run multiple times. You can use the `-u` flag to check and download to run multiple times. You can use the `-update` flag to check and download
updates. updates.
## Planning and Apply Modules ## Planning and Apply Modules