Skip to content
Snippets Groups Projects

Update modules/ornl-cloud-gitlab-runners/main.tf

Merged Petras, Randy requested to merge 24u-main-patch-03645 into main
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -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