Do you want BuboFlash to help you learning these things? Or do you want to add or correct something? Click here to log in or create user.



Question
In terrerform, the "terraform init" command does the following: 1) [...phrase description here...] , 2) it grabs any child modules declared in the configs, 3) it setups the remote backend
Answer

it installs any needed provider plugins based on stated configs

^^^ e.g. it installs AWS provider plugin
^^^^ note "terraform init" is idempotent (i.e. you can run it many times with no issues) but must be run before you do inital plan/apply


Question
In terrerform, the "terraform init" command does the following: 1) [...phrase description here...] , 2) it grabs any child modules declared in the configs, 3) it setups the remote backend
Answer
?

Question
In terrerform, the "terraform init" command does the following: 1) [...phrase description here...] , 2) it grabs any child modules declared in the configs, 3) it setups the remote backend
Answer

it installs any needed provider plugins based on stated configs

^^^ e.g. it installs AWS provider plugin
^^^^ note "terraform init" is idempotent (i.e. you can run it many times with no issues) but must be run before you do inital plan/apply


Summary

statusnot learnedmeasured difficulty37% [default]last interval [days]               
repetition number in this series0memorised on               scheduled repetition               
scheduled repetition interval               last repetition or drill

Details

No repetitions


Discussion

Do you want to join discussion? Click here to log in or create user.