Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
a884425c
Commit
a884425c
authored
Dec 17, 2019
by
Viktor Nagy
Committed by
Evan Read
Dec 17, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added external link for Terraform
The link points to the GitLab blog.
parent
a8983684
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
0 deletions
+8
-0
doc/README.md
doc/README.md
+1
-0
doc/user/infrastructure/index.md
doc/user/infrastructure/index.md
+6
-0
doc/user/project/operations/index.md
doc/user/project/operations/index.md
+1
-0
No files found.
doc/README.md
View file @
a884425c
...
...
@@ -315,6 +315,7 @@ The following documentation relates to the DevOps **Configure** stage:
|
[
Protected variables
](
ci/variables/README.md#protected-environment-variables
)
| Restrict variables to protected branches and tags. |
|
[
Serverless
](
user/project/clusters/serverless/index.md
)
| Run serverless workloads on Kubernetes. |
|
[
Slack slash commands
](
user/project/integrations/slack_slash_commands.md
)
| Enable and use slash commands from within Slack. |
|
[
Manage your infrastructure with Terraform
](
user/infrastructure/index.md
)
| Manage your infrastructure as you run your CI/CD pipeline. |
<div
align=
"right"
>
<a
type=
"button"
class=
"btn btn-default"
href=
"#overview"
>
...
...
doc/user/infrastructure/index.md
0 → 100644
View file @
a884425c
# Infrastructure as Code
GitLab can be used to manage infrastructure as code. The following are some examples:
-
[
A generic tutorial for Terraform with GitLab
](
https://medium.com/@timhberry/terraform-pipelines-in-gitlab-415b9d842596
)
.
-
[
Terraform at GitLab
](
https://about.gitlab.com/blog/2019/11/12/gitops-part-2/
)
.
doc/user/project/operations/index.md
View file @
a884425c
...
...
@@ -6,6 +6,7 @@ your applications:
-
Collect
[
Prometheus metrics
](
../integrations/prometheus_library/index.md
)
.
-
Deploy to different
[
environments
](
../../../ci/environments.md
)
.
-
Connect your project to a
[
Kubernetes cluster
](
../clusters/index.md
)
.
-
Manage your infrastructure with
[
Infrastructure as Code
](
../../infrastructure/index.md
)
approaches.
-
Discover and view errors generated by your applications with
[
Error Tracking
](
error_tracking.md
)
.
-
Create, toggle, and remove
[
Feature Flags
](
feature_flags.md
)
.
**(PREMIUM)**
-
[
Trace
](
tracing.md
)
the performance and health of a deployed application.
**(ULTIMATE)**
...
...
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