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
2af42499
Commit
2af42499
authored
2 years ago
by
Nathan Rodet
Browse files
Options
Downloads
Patches
Plain Diff
Added configuration
parent
891e1e09
Branches
terraform_ssh_template
Branches containing commit
No related tags found
6 merge requests
!6
End of development
,
!5
Develop
,
!4
End of development
,
!3
Develop
,
!2
hot-fix: change readme.md
,
!1
Develop
Pipeline
#49277
passed
2 years ago
Stage: prepare
Stage: validate
Stage: build
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
instance-scripts/cloud-init.yml
+0
-0
0 additions, 0 deletions
instance-scripts/cloud-init.yml
terraform/main.tf
+1
-1
1 addition, 1 deletion
terraform/main.tf
with
1 addition
and
1 deletion
server
-scripts/cloud-init.yml
→
instance
-scripts/cloud-init.yml
+
0
−
0
View file @
2af42499
File moved
This diff is collapsed.
Click to expand it.
terraform/main.tf
+
1
−
1
View file @
2af42499
...
@@ -92,7 +92,7 @@ resource "scaleway_instance_server" "user_instance_server" {
...
@@ -92,7 +92,7 @@ resource "scaleway_instance_server" "user_instance_server" {
atrium_hostname
=
scaleway_domain_record
.
subdomain_record
[
count
.
index
].
name
atrium_hostname
=
scaleway_domain_record
.
subdomain_record
[
count
.
index
].
name
atrium_letsencrypt_email
=
var
.
LETSENCRYPT_EMAIL
atrium_letsencrypt_email
=
var
.
LETSENCRYPT_EMAIL
user_password
=
var
.
USER_PASSWORD
user_password
=
var
.
USER_PASSWORD
cloud-init
=
file
(
"../
server
-scripts/cloud-init.yml"
)
cloud-init
=
file
(
"../
instance
-scripts/cloud-init.yml"
)
}
}
depends_on
=
[
depends_on
=
[
...
...
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