Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Sébastien Luttringer
infrastructure
Commits
b3b7dfd2
Commit
b3b7dfd2
authored
Aug 24, 2020
by
Jakub Klinkovský
Committed by
Sven-Hendrik Haase
Aug 27, 2020
Browse files
README.md: use proper Markdown numbered list
parent
ab130591
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
b3b7dfd2
...
...
@@ -63,13 +63,13 @@ This will take some time after which a new snapshot will have been created on th
We use terraform in two ways:
1)
To provision a part of the infrastructure on hcloud (and possibly other service providers in the future)
2)
To declaratively configure applications
1.
To provision a part of the infrastructure on hcloud (and possibly other service providers in the future)
2.
To declaratively configure applications
For both of these, we have set up a separate terraform script. The reason for that is that sadly terraform can't have
providers depend on other providers so we can't declaratively state that we want to configure software on a server which
itself needs to be provisioned first. Therefore, we use a two-stage process. Generally speaking, scenario 1
)
is configured in
`tf-stage1`
and 2
)
is in
`tf-stage2`
. Maybe in the future, we can just have a single terraform script for everything
itself needs to be provisioned first. Therefore, we use a two-stage process. Generally speaking, scenario 1
.
is configured in
`tf-stage1`
and 2
.
is in
`tf-stage2`
. Maybe in the future, we can just have a single terraform script for everything
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:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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