Initial commit

This commit is contained in:
2024-02-14 21:08:52 +00:00
commit 8205de086a
7 changed files with 308 additions and 0 deletions

17
outputs.tf Normal file
View File

@@ -0,0 +1,17 @@
# Standard Outputs
output "name" {
description = "Name of the asset"
value = module.default_label.id
}
output "context" {
description = "Default label context"
value = module.default_label.context
}
output "enabled" {
description = "Whether or not the module is enabled"
value = var.enabled
}
# Module Outputs