Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
OpenTofu
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
components
OpenTofu
Commits
65192abc
Commit
65192abc
authored
8 months ago
by
Timo Furrer
Browse files
Options
Downloads
Plain Diff
Merge branch 'glab-doc-login' into 'main'
Document glab and provider login See merge request components/opentofu!174
parents
ac620cfa
6f110226
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab/README.md.template
+9
-0
9 additions, 0 deletions
.gitlab/README.md.template
README.md
+9
-0
9 additions, 0 deletions
README.md
with
18 additions
and
0 deletions
.gitlab/README.md.template
+
9
−
0
View file @
65192abc
...
@@ -139,6 +139,15 @@ the `$CI_JOB_TOKEN`. However, it'll only do so if the variable is not already pr
...
@@ -139,6 +139,15 @@ the `$CI_JOB_TOKEN`. However, it'll only do so if the variable is not already pr
Thus, if you want to authenticate differently or to another Terraform Module Registry,
Thus, if you want to authenticate differently or to another Terraform Module Registry,
you may just provide the `TF_TOKEN_<domain>` variable yourself, e.g. via CI/CD variables.
you may just provide the `TF_TOKEN_<domain>` variable yourself, e.g. via CI/CD variables.
### Access to GitLab via `glab` or GitLab Terraform Provider
The GitLab CLI `glab` is pre-installed in all the images.
If you want to use `glab` or the GitLab Terraform Provider we recommend configuring
a CI/CD variable called `GITLAB_TOKEN`.
This will automatically authenticate both tools.
For `glab` you can just start using it, for the Terraform Provider you just need to define
the provider requirement. Tofu will do the rest.
### Opinionated Templates
### Opinionated Templates
This component repository also provides some templates that may often be used,
This component repository also provides some templates that may often be used,
...
...
This diff is collapsed.
Click to expand it.
README.md
+
9
−
0
View file @
65192abc
...
@@ -141,6 +141,15 @@ the `$CI_JOB_TOKEN`. However, it'll only do so if the variable is not already pr
...
@@ -141,6 +141,15 @@ the `$CI_JOB_TOKEN`. However, it'll only do so if the variable is not already pr
Thus, if you want to authenticate differently or to another Terraform Module Registry,
Thus, if you want to authenticate differently or to another Terraform Module Registry,
you may just provide the
`TF_TOKEN_<domain>`
variable yourself, e.g. via CI/CD variables.
you may just provide the
`TF_TOKEN_<domain>`
variable yourself, e.g. via CI/CD variables.
### Access to GitLab via `glab` or GitLab Terraform Provider
The GitLab CLI
`glab`
is pre-installed in all the images.
If you want to use
`glab`
or the GitLab Terraform Provider we recommend configuring
a CI/CD variable called
`GITLAB_TOKEN`
.
This will automatically authenticate both tools.
For
`glab`
you can just start using it, for the Terraform Provider you just need to define
the provider requirement. Tofu will do the rest.
### Opinionated Templates
### Opinionated Templates
This component repository also provides some templates that may often be used,
This component repository also provides some templates that may often be used,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment