From 4f2d7effbca3d682b2f409fa95df8d63d3e68eb6 Mon Sep 17 00:00:00 2001 From: "Matthew C. Morgan" Date: Mon, 27 Jan 2025 20:57:23 -0500 Subject: [PATCH] fix providers --- lab/root.hcl | 1 + 1 file changed, 1 insertion(+) diff --git a/lab/root.hcl b/lab/root.hcl index a746b5f..6916d20 100644 --- a/lab/root.hcl +++ b/lab/root.hcl @@ -28,6 +28,7 @@ locals { account_id = local.account_vars.locals.aws_account_id aws_profile = local.account_vars.locals.aws_profile aws_region = local.region_vars.locals.aws_region + cluster_name = local.cluster_vars.locals.cluster_name created_reason = local.cluster_vars.locals.created_reason creator = local.cluster_vars.locals.creator environment_abbr = local.account_vars.locals.environment_abbr