Update main.tf

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

View File

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