Skip to content

Commit

Permalink
Default empty value for tags
Browse files Browse the repository at this point in the history
  • Loading branch information
sugdyzhekov authored Jul 28, 2021
1 parent c13ab84 commit bcc11b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ variable "readers" {
variable "tags" {
description = "Tags."
type = map(string)
default = {}
}
data "aws_elb_service_account" "current" {}

Expand Down Expand Up @@ -67,4 +68,4 @@ locals {
Module = "S3 Bucket for Logs"
ModuleSource = "https://github.com/jetbrains-infra/terraform-aws-s3-bucket-for-logs/"
}, var.tags)
}
}

0 comments on commit bcc11b3

Please sign in to comment.