From ed9edc907d77308299fc50b806d5d918d0afdc03 Mon Sep 17 00:00:00 2001 From: arnol377 Date: Wed, 23 Oct 2024 17:47:45 -0400 Subject: [PATCH] moving automation-repos workspace to csvd --- default.auto.tfvars | 2 +- varfiles/{automation-repos.tfvars => csvd.tfvars} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename varfiles/{automation-repos.tfvars => csvd.tfvars} (100%) diff --git a/default.auto.tfvars b/default.auto.tfvars index a8fe886..0e42c1b 100644 --- a/default.auto.tfvars +++ b/default.auto.tfvars @@ -1,6 +1,6 @@ # The name of the ECS cluster image_name = "github-runner" -image_version = "1.61.0" +image_version = "1.65.0" server_url = "https://github.e.it.census.gov" create_vpc_endpoint = true create_ecs_cluster = true diff --git a/varfiles/automation-repos.tfvars b/varfiles/csvd.tfvars similarity index 100% rename from varfiles/automation-repos.tfvars rename to varfiles/csvd.tfvars