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 = "A list of ECR repo arns, if set permission will be granted for the lambda created to apply tags to this repo, and read the image manifests for the listed repos. If unset permission will be granted to all repos in the account"
default = []
}
variable "name" {
type = string
description = "Name to give to all created resources"
}
variable "tags" {
type = map
description = "Additional tags to add to all taggable resources created"