Update main.tf

This commit is contained in:
Ludovico Magnocavallo 2021-10-13 08:33:28 +02:00 committed by GitHub
parent 8262ff366b
commit c67aad3bb8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -141,6 +141,7 @@ module "audit-dataset" {
# source = "../../modules/organization"
# organization_id = var.root_node
# logging_sinks = local.logging_sinks
# exclusions = {}
# }
# module "root_folder" {
@ -149,6 +150,7 @@ module "audit-dataset" {
# id = var.root_node
# folder_create = false
# logging_sinks = local.logging_sinks
# exclusions = {}
# }
###############################################################################