From 818397a50cddb672f47a977183da4ff50796b507 Mon Sep 17 00:00:00 2001 From: etcart Date: Tue, 23 Jun 2026 10:54:04 -0400 Subject: [PATCH 1/3] that's not the correct name of tha timage --- cumulus/variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cumulus/variables.tf b/cumulus/variables.tf index a902809..6e8256f 100644 --- a/cumulus/variables.tf +++ b/cumulus/variables.tf @@ -50,7 +50,7 @@ variable "configuration_secret" { variable "async_operation_image" { description = "docker image name to use for Cumulus async operations tasks" type = string - default = "cumuluss/async_operations:58" + default = "cumuluss/async-operations:58" } variable "launchpad_api" { From 665af288a17502c2aaf58a8a68e1ee2c71e5a9d8 Mon Sep 17 00:00:00 2001 From: etcart Date: Tue, 23 Jun 2026 13:29:28 -0400 Subject: [PATCH 2/3] ok, but that was still not right --- cumulus/variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cumulus/variables.tf b/cumulus/variables.tf index 6e8256f..22ec9ff 100644 --- a/cumulus/variables.tf +++ b/cumulus/variables.tf @@ -50,7 +50,7 @@ variable "configuration_secret" { variable "async_operation_image" { description = "docker image name to use for Cumulus async operations tasks" type = string - default = "cumuluss/async-operations:58" + default = "cumuluss/async-operation:58" } variable "launchpad_api" { From 43d794186d57ebf7042ec0db03d0656295c7dddd Mon Sep 17 00:00:00 2001 From: etcart Date: Tue, 23 Jun 2026 13:37:27 -0400 Subject: [PATCH 3/3] reversion --- cumulus/variables.tf | 1 - 1 file changed, 1 deletion(-) diff --git a/cumulus/variables.tf b/cumulus/variables.tf index e4254dc..22ec9ff 100644 --- a/cumulus/variables.tf +++ b/cumulus/variables.tf @@ -53,7 +53,6 @@ variable "async_operation_image" { default = "cumuluss/async-operation:58" } - variable "launchpad_api" { type = string default = "launchpadApi"