summaryrefslogtreecommitdiff
path: root/terraform/README.md
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2020-10-28 00:44:37 +0100
committerTrygve Laugstøl <trygvis@inamo.no>2020-10-28 00:44:37 +0100
commit032a4eece0c72a8111efda04766770de93b34cf8 (patch)
tree284ccca0d7d2f545c2449348a67cada7fd76d55c /terraform/README.md
parent22b0be766ce72a6449327cbf36d273886aa76ab3 (diff)
downloadinfra-032a4eece0c72a8111efda04766770de93b34cf8.tar.gz
infra-032a4eece0c72a8111efda04766770de93b34cf8.tar.bz2
infra-032a4eece0c72a8111efda04766770de93b34cf8.tar.xz
infra-032a4eece0c72a8111efda04766770de93b34cf8.zip
linode teraform <3.
Diffstat (limited to 'terraform/README.md')
-rw-r--r--terraform/README.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/terraform/README.md b/terraform/README.md
new file mode 100644
index 0000000..825cc94
--- /dev/null
+++ b/terraform/README.md
@@ -0,0 +1,18 @@
+# Setup
+
+ # Downloads terraform and plugins
+ make
+
+ # Do this in every new terminal
+ source .settings.sh
+
+ # This is needed once (or when Terraform lets you know)
+ terraform init
+
+## Scaleway
+
+You need an ansible vault in `../ansible/terraform-local.yml` with the following contents:
+
+ scaleway_organization: "..."
+ scaleway_access_key: "..."
+ scaleway_secret_key: "..."