Initial commit
This commit is contained in:
17
outputs.tf
Normal file
17
outputs.tf
Normal 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
|
||||
Reference in New Issue
Block a user