Skip to content

Commit

Permalink
Update format of param
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanFauble committed Jul 11, 2024
1 parent 3cf3ceb commit a79cd14
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion dev/stacks/dpe-sandbox-k8s/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module "sage-aws-vpc" {

module "sage-aws-eks" {
source = "spacelift.io/sagebionetworks/sage-aws-eks/aws"
version = "0.2.4"
version = "0.2.5"

cluster_name = "dpe-k8-sandbox"
private_vpc_subnet_ids = module.sage-aws-vpc.private_subnet_ids
Expand Down
2 changes: 1 addition & 1 deletion modules/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ resource "spacelift_module" "sage-aws-eks" {

resource "spacelift_version" "sage-aws-eks-version" {
module_id = spacelift_module.sage-aws-eks.id
version_number = "0.2.4"
version_number = "0.2.5"
}

resource "spacelift_module" "sage-aws-eks-autoscaler" {
Expand Down
6 changes: 2 additions & 4 deletions modules/sage-aws-eks/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,8 @@ module "eks" {
DISABLE_TCP_EARLY_DEMUX = "true"
}
}
NodeAgent = {
properties = {
enablePolicyEventLogs = "true"
}
nodeagent = {
enablePolicyEventLogs = "true"
}
env = {
ENABLE_POD_ENI = "true",
Expand Down

0 comments on commit a79cd14

Please sign in to comment.