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
{{ message }}
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.
description = "This is used for the Lambda name and CloudWatch Log group, which is automatically created by AWS, but we can manage it via Terraform if we use the same name"
default = "trusted-advisor-refresh"
}
variable "iam_role_name" {
type = string
description = "Name of IAM role to use for Lambda Function"
default = "AWSTrustedAdvisorRefresh"
}
variable "tags" {
type = map(any)
description = "Tags to apply to resources, where applicable"