We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afe5ab5 commit aa18505Copy full SHA for aa18505
1 file changed
README.md
@@ -1 +1,22 @@
1
-# PocketDDD
+# PocketDDD
2
+
3
+# Running terraform locally
4
+Ensure both terraform and the Azure CLI are installed
5
+```
6
+brew install terraform
7
+brew install azure-cli
8
9
10
+Login to Azure
11
12
+az login
13
14
15
+From the `terraform` directory run init, plan, then apply if happy with the changes.
16
17
+cd ./terraform
18
19
+terraform init
20
+terraform plan -var-file ../tfvars/dev.tfvars
21
+terraform apply -var-file ../tfvars/dev.tfvars
22
0 commit comments