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
| <aname="input_availability_zone"></a> [availability\_zone](#input\_availability\_zone)|AZ to start the instance in |`string`|`null`| no |
31
+
| <aname="input_asg_size"></a> [asg\_size](#input\_asg\_size)|Size of the autoscaling group the instance is in (i.e. number of instances to run) |`number`|`1`| no |
31
32
| <aname="input_iam_instance_profile"></a> [iam\_instance\_profile](#input\_iam\_instance\_profile)| IAM Instance Profile to launch the instance with. Specified as the name of the Instance Profile |`string`| n/a | yes |
32
33
| <aname="input_instance_type"></a> [instance\_type](#input\_instance\_type)| The type of instance |`string`|`"t4g.large"`| no |
33
34
| <aname="input_key_name"></a> [key\_name](#input\_key\_name)| Key name of the Key Pair to use for the instance; which can be managed using the `aws_key_pair` resource |`string`|`null`| no |
34
-
| <aname="input_monitoring"></a> [monitoring](#input\_monitoring)| If true, the launched EC2 instance will have detailed monitoring enabled |`bool`|`null`| no |
35
-
| <aname="input_name"></a> [name](#input\_name)| Name to be used on EC2 instance created |`string`|`"DatadogAgentlessScanner"`| no |
35
+
| <aname="input_monitoring"></a> [monitoring](#input\_monitoring)| If true, the launched EC2 instance will have detailed monitoring enabled |`bool`|`false`| no |
36
+
| <aname="input_name"></a> [name](#input\_name)| Name prefix to be used on EC2 instance created |`string`|`"DatadogAgentlessScanner"`| no |
36
37
| <aname="input_subnet_id"></a> [subnet\_id](#input\_subnet\_id)| The VPC Subnet ID to launch in |`string`| n/a | yes |
37
38
| <aname="input_tags"></a> [tags](#input\_tags)| A map of additional tags to add to the instance/volume created |`map(string)`|`{}`| no |
38
39
| <aname="input_user_data"></a> [user\_data](#input\_user\_data)| The user data to provide when launching the instance |`string`|`null`| no |
39
40
| <aname="input_vpc_security_group_ids"></a> [vpc\_security\_group\_ids](#input\_vpc\_security\_group\_ids)| A list of security group IDs to associate with |`list(string)`|`null`| no |
40
41
41
42
## Outputs
42
43
43
-
| Name | Description |
44
-
|------|-------------|
45
-
| <aname="output_instance"></a> [instance](#output\_instance)| The Datadog agentless scanner instance created |
Copy file name to clipboardExpand all lines: modules/user_data/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ No modules.
29
29
| <aname="input_api_key"></a> [api\_key](#input\_api\_key)| Specifies the API key required by the Datadog Agent to submit vulnerabilities to Datadog |`string`|`null`| no |
30
30
| <aname="input_api_key_secret_arn"></a> [api\_key\_secret\_arn](#input\_api\_key\_secret\_arn)| ARN of the secret holding the Datadog API key. Takes precedence over api\_key variable |`string`|`null`| no |
31
31
| <aname="input_hostname"></a> [hostname](#input\_hostname)| Specifies the hostname the agentless-scanning agent will report as |`string`| n/a | yes |
32
-
| <aname="input_scanner_version"></a> [scanner\_version](#input\_scanner\_version)| Specifies the agentless scanner version installed |`string`|`"50.0~rc.7~agentless~scanner~2023121801"`|no|
32
+
| <aname="input_scanner_version"></a> [scanner\_version](#input\_scanner\_version)| Specifies the agentless scanner version installed |`string`|n/a|yes|
33
33
| <aname="input_site"></a> [site](#input\_site)| By default the Agent sends its data to Datadog US site. If your organization is on another site, you must update it. See https://docs.datadoghq.com/getting_started/site/|`string`|`"datadoghq.com"`| no |
0 commit comments