File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ project adheres to [Semantic Versioning](http://semver.org/).
11
11
12
12
### Added
13
13
14
+ - Added ` tags ` to ` aws_eks_cluster ` introduced by terraform-provider-aws 2.31.0 (by @morganchristiansson )
14
15
- Write your awesome addition here (by @you )
15
16
16
17
### Changed
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ resource "aws_eks_cluster" "this" {
11
11
enabled_cluster_log_types = var. cluster_enabled_log_types
12
12
role_arn = local. cluster_iam_role_arn
13
13
version = var. cluster_version
14
+ tags = var. tags
14
15
15
16
vpc_config {
16
17
security_group_ids = [local . cluster_security_group_id ]
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ terraform {
2
2
required_version = " >= 0.12"
3
3
4
4
required_providers {
5
- aws = " >= 2.28.1 "
5
+ aws = " >= 2.31.0 "
6
6
local = " >= 1.2"
7
7
null = " >= 2.1"
8
8
template = " >= 2.1"
You can’t perform that action at this time.
0 commit comments