Loading main.tf +2 −2 Original line number Diff line number Diff line Loading @@ -35,7 +35,7 @@ resource "openstack_networking_secgroup_rule_v2" "allow_prometheus_metrics" { } module "drtsans_lfs_runners_green" { source = "git::https://code.ornl.gov/rse-terraform-modules/ornl-cloud-gitlab-runners//modules/ornl-cloud-gitlab-runners?ref=v0.12" source = "git::https://code.ornl.gov/rse-terraform-modules/ornl-cloud-gitlab-runners//modules/ornl-cloud-gitlab-runners?ref=v0.13" prefix = "drtsans-lfs-runner-green" runner_count = 1 Loading @@ -55,7 +55,7 @@ EOF } module "drtsans_lfs_runners_blue" { source = "git::https://code.ornl.gov/rse-terraform-modules/ornl-cloud-gitlab-runners//modules/ornl-cloud-gitlab-runners?ref=v0.12" source = "git::https://code.ornl.gov/rse-terraform-modules/ornl-cloud-gitlab-runners//modules/ornl-cloud-gitlab-runners?ref=v0.13" prefix = "drtsans-lfs-runner-blue" runner_count = 0 Loading variables.tf +1 −1 Original line number Diff line number Diff line Loading @@ -20,7 +20,7 @@ variable "security_group_description" { } variable "flavor" { default = "m2.large" default = "m2.xlarge" } variable "image_uuid" { Loading Loading
main.tf +2 −2 Original line number Diff line number Diff line Loading @@ -35,7 +35,7 @@ resource "openstack_networking_secgroup_rule_v2" "allow_prometheus_metrics" { } module "drtsans_lfs_runners_green" { source = "git::https://code.ornl.gov/rse-terraform-modules/ornl-cloud-gitlab-runners//modules/ornl-cloud-gitlab-runners?ref=v0.12" source = "git::https://code.ornl.gov/rse-terraform-modules/ornl-cloud-gitlab-runners//modules/ornl-cloud-gitlab-runners?ref=v0.13" prefix = "drtsans-lfs-runner-green" runner_count = 1 Loading @@ -55,7 +55,7 @@ EOF } module "drtsans_lfs_runners_blue" { source = "git::https://code.ornl.gov/rse-terraform-modules/ornl-cloud-gitlab-runners//modules/ornl-cloud-gitlab-runners?ref=v0.12" source = "git::https://code.ornl.gov/rse-terraform-modules/ornl-cloud-gitlab-runners//modules/ornl-cloud-gitlab-runners?ref=v0.13" prefix = "drtsans-lfs-runner-blue" runner_count = 0 Loading
variables.tf +1 −1 Original line number Diff line number Diff line Loading @@ -20,7 +20,7 @@ variable "security_group_description" { } variable "flavor" { default = "m2.large" default = "m2.xlarge" } variable "image_uuid" { Loading