Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
infrastructure
Commits
f50b91e1
Verified
Commit
f50b91e1
authored
May 01, 2020
by
Sven-Hendrik Haase
Browse files
Better terraform init instuctions
parent
3e10ded1
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
f50b91e1
...
...
@@ -72,11 +72,11 @@ but for the time being, this is what we're stuck with.
The very first time you run terraform on your system, you'll have to init it:
cd tf-stage1 # and also tf-stage2
terraform init -backend-config="conn_str=postgres://terraform:$(../misc/get_key.py group_vars/all/vault_terraform.yml vault_terraform_db_password)@state.archlinux.org"
After making changes to the infrastructure in
`tf-stage1/archlinux.fg`
, run
cd tf-stage1
terraform plan
This will show you planned changes between the current infrastructure and the desired infrastructure.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment