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
Copy file name to clipboardExpand all lines: modules/instance/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
@@ -32,7 +32,7 @@ No modules.
32
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 |
33
33
| <aname="input_instance_type"></a> [instance\_type](#input\_instance\_type)| The type of instance |`string`|`"t4g.large"`| no |
34
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 |
35
-
| <aname="input_monitoring"></a> [monitoring](#input\_monitoring)| If true, the launched EC2 instance will have detailed monitoring enabled |`bool`|`null`| no |
35
+
| <aname="input_monitoring"></a> [monitoring](#input\_monitoring)| If true, the launched EC2 instance will have detailed monitoring enabled |`bool`|`false`| no |
36
36
| <aname="input_name"></a> [name](#input\_name)| Name prefix to be used on EC2 instance created |`string`|`"DatadogAgentlessScanner"`| no |
37
37
| <aname="input_subnet_id"></a> [subnet\_id](#input\_subnet\_id)| The VPC Subnet ID to launch in |`string`| n/a | yes |
38
38
| <aname="input_tags"></a> [tags](#input\_tags)| A map of additional tags to add to the instance/volume created |`map(string)`|`{}`| no |
0 commit comments