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
|[aws_caller_identity.current](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/caller_identity)| data source |
60
+
|[aws_iam_policy_document.assume_role](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_policy_document)| data source |
61
+
|[aws_iam_policy_document.main](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_policy_document)| data source |
62
+
|[aws_partition.current](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/partition)| data source |
63
+
|[aws_region.current](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/region)| data source |
43
64
44
65
## Inputs
45
66
46
67
| Name | Description | Type | Default | Required |
| interval\_minutes | How often to update Trusted Advisor. |`string`|`60`| no |
51
-
| s3\_bucket | The name of the S3 bucket used to store the Lambda builds. |`string`| n/a | yes |
52
-
| version\_to\_deploy | The version the Lambda function to deploy. |`string`| n/a | yes |
69
+
| <aname="input_cloudwatch_encryption_key_arn"></a> [cloudwatch\_encryption\_key\_arn](#input\_cloudwatch\_encryption\_key\_arn)| The arn of the encryption key to be used for the cloudwatch logs |`string`|`""`| no |
70
+
| <aname="input_cloudwatch_logs_retention_days"></a> [cloudwatch\_logs\_retention\_days](#input\_cloudwatch\_logs\_retention\_days)| Number of days to keep logs in AWS CloudWatch. |`string`|`90`| no |
| <aname="input_interval_minutes"></a> [interval\_minutes](#input\_interval\_minutes)| How often to update Trusted Advisor. |`string`|`60`| no |
73
+
| <aname="input_s3_bucket"></a> [s3\_bucket](#input\_s3\_bucket)| The name of the S3 bucket used to store the Lambda builds. |`string`| n/a | yes |
74
+
| <aname="input_version_to_deploy"></a> [version\_to\_deploy](#input\_version\_to\_deploy)| The version the Lambda function to deploy. |`string`| n/a | yes |
0 commit comments