Skip to content

[Bug]: Firewall not attached to LKE standard node pool #2294

Description

@gpietrus-akamai

Terraform Version

v1.12.2 on Darwin

Linode Provider Version

3.9.0

Effected Terraform Resources

linode_lke_cluster

Terraform Config Files

resource "linode_lke_cluster" "standard" {
  label       = "gp-test"
  k8s_version = "1.34"
  region      = "us-ord"
  tags        = ["test"]

  pool {
    type  = "g6-standard-2"
    count = 3
    firewall_id = 3914649
  }
}

Debug Output

No response

Panic Output

No response

Expected Behavior

Firewall 3914649 attached to cluster's node pool

Actual Behavior

Firewall not attached

Steps to Reproduce

Run Terraform code above

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugissues that report a bug

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions