Skip to content

Commit

Permalink
Add configuration output value to base
Browse files Browse the repository at this point in the history
  • Loading branch information
maximenoel8 committed Oct 2, 2024
1 parent f626a96 commit 49dfe29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/base/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 49dfe29

Please sign in to comment.