1
0
mirror of https://github.com/terraform-aws-modules/terraform-aws-eks.git synced 2025-09-09 19:32:58 +08:00

feat: Add tags on additional IAM resources like IAM policies, instance profile, OIDC provider (#1321)

This commit is contained in:
Ivan Sukhomlyn
2021-05-04 22:55:49 +03:00
committed by GitHub
parent 2a78efd082
commit c12c186432
7 changed files with 14 additions and 3 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ terraform {
required_version = ">= 0.13.1"
required_providers {
aws = ">= 3.22.0"
aws = ">= 3.35.0"
local = ">= 1.4"
null = ">= 2.1"
template = ">= 2.1"