File tree 2 files changed +4
-4
lines changed
operations/deployment/terraform/eks
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -490,7 +490,7 @@ runs:
490
490
AWS_SESSION_TOKEN : ${{ inputs.aws_session_token }}
491
491
AWS_DEFAULT_REGION : ${{ inputs.aws_default_region }}
492
492
AWS_RESOURCE_IDENTIFIER : ${{ inputs.aws_resource_identifier }}
493
- AWS_ADDITIONAL_TAGS : ${{ inputs.additional_tags }}
493
+ AWS_ADDITIONAL_TAGS : ${{ inputs.aws_additional_tags }}
494
494
495
495
# ENV Files
496
496
ENV_AWS_SECRET : ${{ inputs.env_aws_secret }}
Original file line number Diff line number Diff line change @@ -11,9 +11,9 @@ variable "aws_resource_identifier_supershort" {
11
11
}
12
12
13
13
variable "aws_additional_tags" {
14
- type = map ( string )
14
+ type = string
15
15
description = " A list of strings that will be added to created resources"
16
- default = {}
16
+ default = " {} "
17
17
}
18
18
19
19
# EKS
@@ -158,7 +158,7 @@ variable "aws_eks_min_size" {
158
158
variable "aws_eks_additional_tags" {
159
159
type = string
160
160
description = " A list of strings that will be added to created resources"
161
- default = " "
161
+ default = " {} "
162
162
}
163
163
# ### END OF ACTION VARIABLES INPUTS
164
164
# ### The following are not being exposed directly to the end user
You can’t perform that action at this time.
0 commit comments