Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ornl-cloud-gitlab-runners
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package 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
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
rse-terraform-modules
ornl-cloud-gitlab-runners
Merge requests
!19
Update modules/ornl-cloud-gitlab-runners/main.tf
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Update modules/ornl-cloud-gitlab-runners/main.tf
24u-main-patch-03645
into
main
Overview
1
Commits
1
Pipelines
0
Changes
1
Merged
Petras, Randy
requested to merge
24u-main-patch-03645
into
main
2 years ago
Overview
1
Commits
1
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
98739d77
1 commit,
2 years ago
1 file
+
1
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
modules/ornl-cloud-gitlab-runners/main.tf
+
1
−
0
Options
@@ -33,6 +33,7 @@ resource "openstack_compute_instance_v2" "gitlab_ci_runner" {
volume_size
=
var
.
volsize
boot_index
=
0
delete_on_termination
=
true
foo
=
bar
}
Loading