You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like everytime I try to run main.tf in the folder, I have to initialize first.
For example, terraform init in chapter1/listing1.1 to run main.tf inside of the folder.
And then, if I want to run main.tf in chapter1/listing1.2, I have to init again inside the folder.
Can I just run terraform init one time in the repo?
The text was updated successfully, but these errors were encountered:
Looks like everytime I try to run
main.tf
in the folder, I have to initialize first.For example,
terraform init
inchapter1/listing1.1
to runmain.tf
inside of the folder.And then, if I want to run
main.tf
inchapter1/listing1.2
, I have to init again inside the folder.Can I just run
terraform init
one time in the repo?The text was updated successfully, but these errors were encountered: