Skip to content

Commit

Permalink
fix: removed keypair module
Browse files Browse the repository at this point in the history
fix: updated iampolicy principals of kms module
feat: added additional_cidr_block
  • Loading branch information
h1manshu98 committed Aug 10, 2023
1 parent eef6961 commit 3c6b476
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _example/aws_managed/example.tf
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ module "eks" {
min_size = 1
max_size = 2
desired_size = 2
instance_types = ["t3.medium"]
instance_types = ["t3.medium"]
}

application = {
Expand All @@ -315,7 +315,7 @@ module "eks" {
instance_types = ["t3.medium"]
}
}

apply_config_map_aws_auth = true
map_additional_iam_users = [
{
Expand Down

0 comments on commit 3c6b476

Please sign in to comment.