We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f87adc commit 8d1aa4aCopy full SHA for 8d1aa4a
src/main.tf
@@ -17,6 +17,8 @@ module "roles_to_principals" {
17
}
18
19
resource "datadog_synthetics_private_location" "private_location" {
20
+ count = local.enabled ? 1 : 0
21
+
22
name = module.this.id
23
description = coalesce(var.private_location_description, format("Private location for %s", module.this.id))
24
tags = module.datadog_configuration.datadog_tags
0 commit comments