From e3aaa7b4d0dcc98a74ec68925bfc717b9d82fae7 Mon Sep 17 00:00:00 2001 From: Robert Fairburn <8029478+rfairburn@users.noreply.github.com> Date: Tue, 20 Jun 2023 10:28:32 -0500 Subject: [PATCH] Release v4.33.0 to sandbox (#12390) --- .../sandbox/PreProvisioner/lambda/deploy_terraform/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/sandbox/PreProvisioner/lambda/deploy_terraform/main.tf b/infrastructure/sandbox/PreProvisioner/lambda/deploy_terraform/main.tf index 796ab5a4d3..0812753f44 100644 --- a/infrastructure/sandbox/PreProvisioner/lambda/deploy_terraform/main.tf +++ b/infrastructure/sandbox/PreProvisioner/lambda/deploy_terraform/main.tf @@ -199,7 +199,7 @@ resource "helm_release" "main" { } set { - name = "fleet.license_key" + name = "fleet.licenseKey" value = var.license_key }