Skip to content

Commit

Permalink
fix: eks module update (#1331)
Browse files Browse the repository at this point in the history
  • Loading branch information
lemaitre-aneo authored Nov 14, 2024
2 parents 2a71d95 + b9a8430 commit 38d22c2
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 14 deletions.
2 changes: 0 additions & 2 deletions infrastructure/quick-deploy/aws/eks.tf
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@ module "eks" {
cluster_endpoint_public_access_cidrs = var.eks.cluster_endpoint_public_access_cidrs
cluster_log_retention_in_days = var.eks.cluster_log_retention_in_days

map_roles_groups = var.eks.map_roles
map_users_groups = var.eks.map_users
eks_managed_node_groups = var.eks_managed_node_groups
self_managed_node_groups = var.self_managed_node_groups
fargate_profiles = var.fargate_profiles
Expand Down
10 changes: 0 additions & 10 deletions infrastructure/quick-deploy/aws/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -144,16 +144,6 @@ variable "eks" {
repository = optional(string)
version = optional(string)
}), {})
map_roles = optional(list(object({
rolearn = string
username = string
groups = list(string)
})), [])
map_users = optional(list(object({
userarn = string
username = string
groups = list(string)
})), [])
})
}

Expand Down
2 changes: 1 addition & 1 deletion infrastructure/quick-deploy/aws/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 5.4.0"
version = "~> 5.61"
}
null = {
source = "hashicorp/null"
Expand Down
2 changes: 1 addition & 1 deletion versions.tfvars.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"armonik_versions": {
"armonik": "2.20.0",
"infra": "0.5.1-pre-1-84546ad",
"infra": "0.5.1-pre-2-e62c928",
"infra_plugins": "0.1.1",
"core": "0.27.2",
"api": "3.19.0",
Expand Down

0 comments on commit 38d22c2

Please sign in to comment.