Skip to content
Snippets Groups Projects
Verified Commit b4e116b2 authored by Sven-Hendrik Haase's avatar Sven-Hendrik Haase
Browse files

Fix typo

parent 816cff78
No related branches found
No related tags found
No related merge requests found
Pipeline #1144 failed
......@@ -78,7 +78,7 @@ 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
After making changes to the infrastructure in `tf-stage1/archlinux.tf`, run
terraform plan
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment