You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description="Email of the EU scanner service account from the scanner project (output from scanner_project deployment)"
13
13
type=string
14
14
}
15
+
16
+
variable"datadog_api_key" {
17
+
description="Datadog API key with Remote Configuration enabled"
18
+
type=string
19
+
sensitive=true
20
+
}
21
+
22
+
variable"datadog_app_key" {
23
+
description="Datadog APP key needed to enable the product"
24
+
type=string
25
+
sensitive=true
26
+
}
27
+
28
+
variable"datadog_site" {
29
+
description="The Datadog site of your organization where scanner data will be sent (for example, datadoghq.com, datadoghq.eu, us3.datadoghq.com, us5.datadoghq.com, ap1.datadoghq.com, ddog-gov.com). See https://docs.datadoghq.com/getting_started/site/"
Copy file name to clipboardExpand all lines: gcp/examples/cross_project/scanner_project/variables.tf
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,12 @@ variable "datadog_api_key" {
9
9
sensitive=true
10
10
}
11
11
12
+
variable"datadog_app_key" {
13
+
description="Datadog APP key needed to enable the product"
14
+
type=string
15
+
sensitive=true
16
+
}
17
+
12
18
variable"datadog_site" {
13
19
description="The Datadog site of your organization where scanner data will be sent (for example, datadoghq.com, datadoghq.eu, us3.datadoghq.com, us5.datadoghq.com, ap1.datadoghq.com, ddog-gov.com). See https://docs.datadoghq.com/getting_started/site/"
Copy file name to clipboardExpand all lines: gcp/examples/single_region/variables.tf
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,12 @@ variable "datadog_api_key" {
9
9
sensitive=true
10
10
}
11
11
12
+
variable"datadog_app_key" {
13
+
description="Datadog APP key needed to enable the product"
14
+
type=string
15
+
sensitive=true
16
+
}
17
+
12
18
variable"datadog_site" {
13
19
description="The Datadog site of your organization where scanner data will be sent (for example, datadoghq.com, datadoghq.eu, us3.datadoghq.com, us5.datadoghq.com, ap1.datadoghq.com, ddog-gov.com). See https://docs.datadoghq.com/getting_started/site/"
0 commit comments