diff --git a/cloud-operations/scheduled-asset-inventory-export-bq/outputs.tf b/cloud-operations/scheduled-asset-inventory-export-bq/outputs.tf index efee4737..fa07eea0 100644 --- a/cloud-operations/scheduled-asset-inventory-export-bq/outputs.tf +++ b/cloud-operations/scheduled-asset-inventory-export-bq/outputs.tf @@ -14,12 +14,12 @@ * limitations under the License. */ -# output "bq-dataset" { -# description = "Bigquery instance details." -# value = module.bq.dataset -# } +output "bq-dataset" { + description = "Bigquery instance details." + value = module.bq.dataset +} -# output "cloud-function" { -# description = "Cloud Function instance details." -# value = module.cf.function -# } +output "cloud-function" { + description = "Cloud Function instance details." + value = module.cf.function +}