We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f688301 commit 72c1709Copy full SHA for 72c1709
infra/terraform/.terraform-version
@@ -0,0 +1 @@
1
+0.12.19
infra/terraform/README.md
@@ -1,13 +1,20 @@
# Provisioning a server with Terraform
2
3
-* Setup credentials (only first time)
+* Install [tfenv](https://github.com/tfutils/tfenv) and terraform
4
```console
5
+ $ brew install tfenv
6
$ cd infra/terraform
7
+ $ export HTTPS_PROXY=socks5://127.0.0.1:1122 # optionally
8
+ $ tfenv install
9
+ ```
10
+* Setup credentials (only first time)
11
+ ```console
12
$ cp terraform.tfvars{.example,}
13
$ vim terraform.tfvars
14
```
15
* Initialize and download modules (if needed)
16
17
18
$ terraform init
19
20
* Import existing configuration (optionally; only first time)
0 commit comments