Skip to content

Commit

Permalink
fix(aws-eks): default value for additional_tags (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
jordan-acosta committed Mar 26, 2024
1 parent 6364eb3 commit e36349c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ variable "admin_access_role_arn" {
variable "additional_tags" {
type = map(any)
description = "Extra tags to append to the default tags that will be added to install resources."
default = {}
}

# Automatically set by Nuon when provisioned.
Expand Down

0 comments on commit e36349c

Please sign in to comment.