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="Specifies the API key required by the Agentless Scanner to submit vulnerabilities to Datadog - Make sure the API key is Remote Configuration enabled."
3
+
type=string
4
+
}
5
+
6
+
variable"datadog_app_key" {
7
+
description="Datadog Application key"
8
+
type=string
9
+
}
10
+
11
+
variable"datadog_site" {
12
+
description="The site of your Datadog account. See https://docs.datadoghq.com/getting_started/site/"
13
+
type=string
14
+
default="datadoghq.com"
15
+
}
16
+
17
+
variable"aws_account_ids" {
18
+
description="List of AWS account IDs to activate the Agentless Scanning for. Note that an Agentless Scanning delegate role must be created in each of these accounts."
Copy file name to clipboardExpand all lines: examples/cross_account/scanner_account/variables.tf
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,14 @@
1
-
variable"api_key" {
1
+
variable"datadog_api_key" {
2
2
description="Specifies the API key required by the Agentless Scanner to submit vulnerabilities to Datadog - Make sure the API key is Remote Configuration enabled."
3
3
type=string
4
4
}
5
5
6
+
variable"datadog_site" {
7
+
description="The site of your Datadog account. See https://docs.datadoghq.com/getting_started/site/"
8
+
type=string
9
+
default="datadoghq.com"
10
+
}
11
+
6
12
variable"datadog_integration_role" {
7
13
description="Role name of the Datadog integration that was used to integrate the AWS account to Datadog"
Copy file name to clipboardExpand all lines: examples/single_region/variables.tf
+12-1Lines changed: 12 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,19 @@
1
-
variable"api_key" {
1
+
variable"datadog_api_key" {
2
2
description="Specifies the API key required by the Agentless Scanner to submit vulnerabilities to Datadog - Make sure the API key is Remote Configuration enabled."
3
3
type=string
4
4
}
5
5
6
+
variable"datadog_app_key" {
7
+
description="Datadog Application key"
8
+
type=string
9
+
}
10
+
11
+
variable"datadog_site" {
12
+
description="The site of your Datadog account. See https://docs.datadoghq.com/getting_started/site/"
13
+
type=string
14
+
default="datadoghq.com"
15
+
}
16
+
6
17
variable"datadog_integration_role" {
7
18
description="Role name of the Datadog integration that was used to integrate the AWS account to Datadog"
0 commit comments