Skip to content

sqs_managed_sse_enabled = false in Karpenter creates SQS with SSE enabled #3352

@albert-liftoff

Description

@albert-liftoff

Description

In the Karpenter module, setting sqs_managed_sse_enabled = false still creates SQS with SSE enabled.

This might be due to the following line which sets the underlying aws_sqs_queue resource with sqs_managed_sse_enabled = null.

https://github.com/terraform-aws-modules/terraform-aws-eks/blob/master/modules/karpenter/main.tf#L147

  • ✋ I have searched the open/closed issues and my issue is not listed.

⚠️ Note

Before you submit an issue, please perform the following first:

  1. Remove the local .terraform directory (! ONLY if state is stored remotely, which hopefully you are following that best practice!): rm -rf .terraform/
  2. Re-initialize the project root to pull down modules: terraform init
  3. Re-attempt your terraform plan or apply and check if the issue still persists

Versions

  • Module version [Required]:

  • Terraform version:

  • Provider version(s):

Reproduction Code [Required]

module "karpenter" {
  source = "terraform-aws-modules/eks/aws//modules/karpenter"

  namespace = "karpenter"

  # ...
  queue_managed_sse_enabled = false

}

Steps to reproduce the behavior:

Expected behavior

Actual behavior

Terminal Output Screenshot(s)

Additional context

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions