Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
Labo Rust
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
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
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
systemes-dinformation
alpha
projects
Labo Rust
Commits
365de1c8
Commit
365de1c8
authored
2 years ago
by
Nathan Rodet
Browse files
Options
Downloads
Patches
Plain Diff
"Removed file"
parent
71ab3811
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#49003
passed
2 years ago
Stage: prepare
Stage: validate
Stage: build
Stage: deploy
Stage: destroy
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitignore
+1
-2
1 addition, 2 deletions
.gitignore
terraform/variables-local.tf
+0
-19
0 additions, 19 deletions
terraform/variables-local.tf
terraform/variables-local.tfvars
+0
-14
0 additions, 14 deletions
terraform/variables-local.tfvars
with
1 addition
and
35 deletions
.gitignore
+
1
−
2
View file @
365de1c8
...
...
@@ -3,7 +3,6 @@ terraform/.terraform.tfstate.lock.info
terraform/terraform.tfstate*
terraform/.terraform/*
terraform/tfplan
.env
.idea
terraform/variables-local.tfvars
terraform/variables-local.tf
terraform/variables-local.tfvars
This diff is collapsed.
Click to expand it.
terraform/variables-local.tf
deleted
100644 → 0
+
0
−
19
View file @
71ab3811
## Terraform local execution
variable
"FORGE_PROJECT_ID"
{
type
=
string
description
=
"Forge Project ID"
sensitive
=
true
}
variable
"FORGE_USERNAME"
{
type
=
string
description
=
"Forge Username"
sensitive
=
true
}
variable
"FORGE_ACCESS_TOKEN"
{
type
=
string
description
=
"Forge Access Token"
sensitive
=
true
}
This diff is collapsed.
Click to expand it.
terraform/variables-local.tfvars
deleted
100644 → 0
+
0
−
14
View file @
71ab3811
### SCW variables
SCW_PROJECT_ID = ""
SCW_ACCESS_KEY = ""
SCW_SECRET_KEY = "-"
SCW_SSH_PUB_KEY = ""
SCW_SSH_PRIVATE_KEY = ""
INSTANCES_COUNT = "2"
ENVIRONMENT = "devrust"
### FORGE variables
FORGE_PROJECT_ID = ""
FORGE_USERNAME=""
FORGE_ACCESS_TOKEN = ""
\ No newline at end of file
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