fix doc
zimbatm committed
Jul 11, 2018 at 17:02 UTC
8efb4eca50668c9ebf685adc335c3010c7403e62
1 file changed
+9
-1
terraform/README.md
+9
-1
@@ -7,8 +7,16 @@ For now this manages only resources in the main AWS account.
7
Make sure to have the AWS key-pair in the environment, in
8
`~/.aws/credentials` or as the EC2 metadata service.
9
10
-Then run:
10
+The first time the following command has to be run to initialize the state
11
+file and plugins:
12
+
13
+```
14
+nix-shell --run "terraform init"
15
+```
16
+
17
+Then run the following command to diff the changes and then apply if approved:
18
19
```
20
nix-shell --run "terraform apply"
21
```
22
+