From 49dfe296757598297bba796c04317c0e15cf6aa1 Mon Sep 17 00:00:00 2001 From: Maxime Noel Date: Wed, 2 Oct 2024 15:14:33 +1300 Subject: [PATCH] Add configuration output value to base --- modules/base/main.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/base/main.tf b/modules/base/main.tf index 277df69e3..fd8230e31 100644 --- a/modules/base/main.tf +++ b/modules/base/main.tf @@ -24,6 +24,7 @@ output "configuration" { value = merge({ cc_username = var.cc_username cc_password = var.cc_password + product_version = var.product_version timezone = var.timezone use_ntp = var.use_ntp ssh_key_path = var.ssh_key_path